Skip to content

Commit

Permalink
fix(command_cache): Return iterable as fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
gavindsouza committed Sep 9, 2021
1 parent b35af19 commit 6fd3ad7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bench/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6fd3ad7

Please sign in to comment.