Add error log

This commit is contained in:
WQY\qiong
2022-11-18 21:12:44 +08:00
parent 1e2f19e3c8
commit d4acd75955

View File

@@ -515,6 +515,7 @@ def execute_batch_command(name: str, cs: ChangeSet) -> ChangeSet:
r = cache_delete_command(name, ChangeSet(op))
if r == None:
print(f'ERROR: Build [{op}] returns None')
return ChangeSet()
if op['type'] == 'demand':