Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed Aug 14, 2023
1 parent 4a6f68f commit 8636b5a
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 @@ -439,7 +439,7 @@ def add_sample(self, sample, rerun=False):
msg = "> Skipping sample"
if sample_statuses:
msg += f". Determined status: {', '.join(sample_statuses)}"
_LOGGER.info(msg)
_LOGGER.info(msg)

skip_reasons = []
validation = {}
Expand Down

0 comments on commit 8636b5a

Please sign in to comment.