Skip to content

Commit

Permalink
fix message logic
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed Aug 14, 2023
1 parent 8636b5a commit 905f442
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion looper/conductor.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,6 @@ def add_sample(self, sample, rerun=False):
msg = "> Skipping sample because rerun requested, but no failed flag found"
use_this_sample = False
if not use_this_sample:
msg = "> Skipping sample"
if sample_statuses:
msg += f". Determined status: {', '.join(sample_statuses)}"
_LOGGER.info(msg)
Expand Down

0 comments on commit 905f442

Please sign in to comment.