Skip to content

Commit

Permalink
fix(attempt.py): removing duplicated call to update() function (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
odarotto committed Aug 26, 2024
1 parent 65041e1 commit 3466f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/lifecycle/attempt.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def work(
# * in the execute module. We don't need to set it here.

archive.run(work, config)
work.update()
# work.update()
status = True
except Exception as error:
logger.error(error)
Expand Down

0 comments on commit 3466f90

Please sign in to comment.