Skip to content

Commit 56cf8b7

Browse files
committed
Fix issues with style tests in external.py
1 parent 8558adb commit 56cf8b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

datajoint/external.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,8 @@ def delete(self, *, delete_external_files=None, limit=None, display_progress=Tru
351351
self._remove_external_file(external_path)
352352
except Exception as error:
353353
error_list.append((uuid, external_path, str(error)))
354-
else:
354+
else:
355355
(self & {'hash': uuid}).delete_quick(get_count=True)
356-
357356
return error_list
358357

359358

0 commit comments

Comments
 (0)