Skip to content

Commit

Permalink
Fix: bubastis jar file (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni authored Aug 14, 2024
1 parent a75efb5 commit 19002d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def generate_diff(logger, diff_tool)
@submission.save
logger.info("Diff generated successfully for #{@submission.id}")
logger.flush
rescue StoreError => e
rescue StandardError => e
logger.error("Diff process for #{@submission.id} failed - #{e.class}: #{e.message}")
logger.flush
raise e
Expand Down

0 comments on commit 19002d9

Please sign in to comment.