We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b4f052 commit e933b3aCopy full SHA for e933b3a
1 file changed
pyclowder/connectors.py
@@ -287,7 +287,6 @@ def _check_for_local_file(self, file_metadata, file_id=None):
287
# first simply check if file is present locally
288
if os.path.isfile(file_path):
289
return file_path
290
-
291
# otherwise check any mounted paths...
292
if len(self.mounted_paths) > 0:
293
for source_path in self.mounted_paths:
0 commit comments