diff --git a/bench/utils.py b/bench/utils.py index 39d0ca56..bfe6469c 100755 --- a/bench/utils.py +++ b/bench/utils.py @@ -1076,6 +1076,8 @@ def generate_command_cache(bench_path='.'): if hasattr(e, "stderr"): print(e.stderr.decode('utf-8')) + return [] + def clear_command_cache(bench_path='.'): """Clears commands cached