2
0
mirror of https://github.com/frappe/bench.git synced 2024-06-27 11:43:29 +00:00

fix(command_cache): Return iterable as fallback

This commit is contained in:
Gavin D'souza 2021-09-09 16:05:42 +05:30
parent b35af193d3
commit 6fd3ad738b

View File

@ -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