Skip to content

Commit e933b3a

Browse files
committed
Cleaning up
1 parent 9b4f052 commit e933b3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyclowder/connectors.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ def _check_for_local_file(self, file_metadata, file_id=None):
287287
# first simply check if file is present locally
288288
if os.path.isfile(file_path):
289289
return file_path
290-
291290
# otherwise check any mounted paths...
292291
if len(self.mounted_paths) > 0:
293292
for source_path in self.mounted_paths:

0 commit comments

Comments
 (0)