Skip to content

Commit

Permalink
fixing #50
Browse files Browse the repository at this point in the history
  • Loading branch information
pnrobinson committed Jul 10, 2024
1 parent 764b41e commit c7fccdd
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 c7fccdd

Please sign in to comment.