9b9dcb37 by 冯轩

Merge branch 'master' of gitlab.situdata.com:zhouweiqi/bmw-ocr

2 parents 4967fe72 3ee0d9be
...@@ -340,6 +340,7 @@ class Command(BaseCommand, LoggerMixin): ...@@ -340,6 +340,7 @@ class Command(BaseCommand, LoggerMixin):
340 if len(true_file_set) == 0 and len(os_error_filename_set) > 0: 340 if len(true_file_set) == 0 and len(os_error_filename_set) > 0:
341 true_file_set.add(os_error_filename_set.pop()) 341 true_file_set.add(os_error_filename_set.pop())
342 for name in true_file_set: 342 for name in true_file_set:
343 time.sleep(8)
343 is_success = True 344 is_success = True
344 failure_reason = OfflineFailureReason.OS_ERROR.value 345 failure_reason = OfflineFailureReason.OS_ERROR.value
345 start_time = time.time() 346 start_time = time.time()
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!