Skip to content

Commit

Permalink
fix error message. Fix#303
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed Nov 2, 2020
1 parent d3dbc9b commit 37518ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion looper/conductor.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def add_sample(self, sample, rerun=False):
else:
use_this_sample = False
if not use_this_sample:
msg = "> Skipping sample because no failed flag found"
msg = "> Skipping sample because flag found"
if flag_files:
msg += ". Flags found: {}".format(flag_files)
_LOGGER.info(msg)
Expand Down

0 comments on commit 37518ce

Please sign in to comment.