Skip to content

Commit

Permalink
exp gc: fix --queued warning message (iterative#6381)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmrowla authored Aug 3, 2021
1 parent 1eccfa9 commit 34697ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc/command/experiments.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ def run(self):
msg += " of the current repo."
if self.args.queued:
msg += " Run queued experiments will be preserved."
if self.args.queued:
else:
msg += " Run queued experiments will be removed."

logger.warning(msg)
Expand Down

0 comments on commit 34697ef

Please sign in to comment.