fix: flake warns
This commit is contained in:
parent
8c50ce00be
commit
ea087762ee
16
timmy/cli.py
16
timmy/cli.py
@ -154,17 +154,17 @@ def parse_args():
|
||||
help='Maximum simultaneous nodes for log collection.')
|
||||
parser.add_argument('-t', '--outputs-timestamp',
|
||||
help=('Add timestamp to outputs - allows accumulating'
|
||||
' outputs of identical commands/scripts across'
|
||||
' runs. Only makes sense with --no-clean for'
|
||||
' subsequent runs.'),
|
||||
' outputs of identical commands/scripts across'
|
||||
' runs. Only makes sense with --no-clean for'
|
||||
' subsequent runs.'),
|
||||
action='store_true')
|
||||
parser.add_argument('-T', '--dir-timestamp',
|
||||
help=('Add timestamp to output folders (defined by'
|
||||
' "outdir" and "archive_dir" config options).'
|
||||
' Makes each run store results in new folders.'
|
||||
' This way Timmy will always preserve previous'
|
||||
' results. Do not forget to clean up the results'
|
||||
' manually when using this option.'),
|
||||
' "outdir" and "archive_dir" config options).'
|
||||
' Makes each run store results in new folders.'
|
||||
' This way Timmy will always preserve previous'
|
||||
' results. Do not forget to clean up the results'
|
||||
' manually when using this option.'),
|
||||
action='store_true')
|
||||
parser.add_argument('-v', '--verbose', action='count', default=0,
|
||||
help=('This works for -vvvv, -vvv, -vv, -v, -v -v,'
|
||||
|
Loading…
x
Reference in New Issue
Block a user