1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-02-04 06:08:39 +02:00

Fix error handling bug.

This commit is contained in:
Andrew Gallant 2016-09-17 15:17:48 -04:00
parent 6cb604f38f
commit 0a63158a61

View File

@ -1157,6 +1157,7 @@ def collect_benchmarks(suite_dir, filter_pat=None,
name,
' '.join(['--download %s' % n for n in e.missing_names]),
))
continue
except MissingCommands as e:
fmt = 'missing commands: %s, skipping benchmark %s ' \
'(run with --allow-missing to run incomplete benchmarks)'