Skip to content

Commit

Permalink
Fix small mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie committed Jun 21, 2021
1 parent 3a44181 commit 2dc0f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cylc/flow/scripts/clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def get_option_parser():

@cli_function(get_option_parser)
def main(parser: COP, opts: 'Values', reg: str):
if cylc.flow.flags.verbosity > 1:
if cylc.flow.flags.verbosity < 2:
# for readability omit timestamps from logging unless in debug mode
for handler in LOG.handlers:
if isinstance(handler.formatter, CylcLogFormatter):
Expand Down

0 comments on commit 2dc0f0d

Please sign in to comment.