Skip to content

Commit

Permalink
Merge pull request #54 from monarch-initiative/do_not_crash_if_transl…
Browse files Browse the repository at this point in the history
…ation_missing

Works smoothly :)
  • Loading branch information
leokim-l authored Jul 10, 2024
2 parents 8b2b221 + c7fccdd commit 2674102
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,7 @@ public static void outputPromptsInternationalFromIndividualList(List<PpktIndivid
} catch (Exception e) {
String errmsg = String.format("[ERROR] Could not process %s: %s\n", promptFileName, e.getMessage());
System.err.println(errmsg);
throw new PhenolRuntimeException(errmsg);
//e.printStackTrace();
LOGGER.error(errmsg);
}
}

Expand Down

0 comments on commit 2674102

Please sign in to comment.