[180] fix local variable error

pull/1152/head
meisnate12 2 years ago
parent 09a358024b
commit a8dfaac773

@ -1 +1 @@
1.17.3-develop179 1.17.3-develop180

@ -555,6 +555,7 @@ def run_libraries(config):
return library_status return library_status
def run_collection(config, library, metadata, requested_collections): def run_collection(config, library, metadata, requested_collections):
global resume
logger.info("") logger.info("")
for mapping_name, collection_attrs in requested_collections.items(): for mapping_name, collection_attrs in requested_collections.items():
collection_start = datetime.now() collection_start = datetime.now()

Loading…
Cancel
Save