Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghonglie committed Sep 28, 2022
1 parent 09a1dbe commit cb2e4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/analysis_tools/test_robustness.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def main():

assert args.out or args.show or args.show_dir, \
('Please specify at least one operation (save or show the results) '
'with the argument "--dump", "--show" or "show-dir"')
'with the argument "--out", "--show" or "show-dir"')

# load config
cfg = Config.fromfile(args.config)
Expand Down

0 comments on commit cb2e4f8

Please sign in to comment.