Merge branch 'master' of gitlab.situdata.com:zhouweiqi/bmw-ocr
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -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() | ... | ... |
-
Please register or sign in to post a comment