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))
|
r = cache_delete_command(name, ChangeSet(op))
|
||||||
|
|
||||||
if r == None:
|
if r == None:
|
||||||
|
print(f'ERROR: Build [{op}] returns None')
|
||||||
return ChangeSet()
|
return ChangeSet()
|
||||||
|
|
||||||
if op['type'] == 'demand':
|
if op['type'] == 'demand':
|
||||||
|
|||||||
Reference in New Issue
Block a user