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.')
|
help='Maximum simultaneous nodes for log collection.')
|
||||||
parser.add_argument('-t', '--outputs-timestamp',
|
parser.add_argument('-t', '--outputs-timestamp',
|
||||||
help=('Add timestamp to outputs - allows accumulating'
|
help=('Add timestamp to outputs - allows accumulating'
|
||||||
' outputs of identical commands/scripts across'
|
' outputs of identical commands/scripts across'
|
||||||
' runs. Only makes sense with --no-clean for'
|
' runs. Only makes sense with --no-clean for'
|
||||||
' subsequent runs.'),
|
' subsequent runs.'),
|
||||||
action='store_true')
|
action='store_true')
|
||||||
parser.add_argument('-T', '--dir-timestamp',
|
parser.add_argument('-T', '--dir-timestamp',
|
||||||
help=('Add timestamp to output folders (defined by'
|
help=('Add timestamp to output folders (defined by'
|
||||||
' "outdir" and "archive_dir" config options).'
|
' "outdir" and "archive_dir" config options).'
|
||||||
' Makes each run store results in new folders.'
|
' Makes each run store results in new folders.'
|
||||||
' This way Timmy will always preserve previous'
|
' This way Timmy will always preserve previous'
|
||||||
' results. Do not forget to clean up the results'
|
' results. Do not forget to clean up the results'
|
||||||
' manually when using this option.'),
|
' manually when using this option.'),
|
||||||
action='store_true')
|
action='store_true')
|
||||||
parser.add_argument('-v', '--verbose', action='count', default=0,
|
parser.add_argument('-v', '--verbose', action='count', default=0,
|
||||||
help=('This works for -vvvv, -vvv, -vv, -v, -v -v,'
|
help=('This works for -vvvv, -vvv, -vv, -v, -v -v,'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user