Skip to content

Commit

Permalink
Update whelktool/src/main/java/whelk/datatool/bulkchange/BulkJob.java
Browse files Browse the repository at this point in the history
  • Loading branch information
olovy authored Nov 14, 2024
1 parent edbcc47 commit 821c66f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ public void run() {
printScriptLogHeader(tool, jobDoc);
logger.info(String.format("Running %s: %s", JOB_TYPE, id));

storeUpdate(doc -> doc.setStatus(Completed));

tool.run();

if ((tool.getErrorDetected() != null)) {
Expand Down

0 comments on commit 821c66f

Please sign in to comment.