Skip to content

Commit

Permalink
Merge pull request #175 from vreuter/overwrite
Browse files Browse the repository at this point in the history
New start should imply checkpoint overwrite
  • Loading branch information
donaldcampbelljr authored Aug 2, 2023
2 parents 933fe21 + 22a02f5 commit e7d9b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypiper/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def __init__(
)

# Checkpoint-related parameters
self.overwrite_checkpoints = overwrite_checkpoints
self.overwrite_checkpoints = overwrite_checkpoints or self.new_start
self.halt_on_next = False
self.prev_checkpoint = None
self.curr_checkpoint = None
Expand Down

0 comments on commit e7d9b42

Please sign in to comment.