Skip to content

Commit

Permalink
Update to correct function call
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed Sep 8, 2023
1 parent 8839885 commit 901f93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sup3r/batch/batch_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def from_config(ctx, config_file, dry_run, cancel, delete, monitor_background,
if cancel:
batch.cancel()
elif delete:
batch.delete_all()
batch.delete()
else:
batch.run(dry_run=dry_run, monitor_background=monitor_background)

Expand Down

0 comments on commit 901f93c

Please sign in to comment.