Add error log
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user