Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Cleaning up
  • Loading branch information
Vismayak committed Mar 18, 2025
commit e933b3aa978a960cdd51faaff855739446ed8044
1 change: 0 additions & 1 deletion pyclowder/connectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ def _check_for_local_file(self, file_metadata, file_id=None):
# first simply check if file is present locally
if os.path.isfile(file_path):
return file_path

# otherwise check any mounted paths...
if len(self.mounted_paths) > 0:
for source_path in self.mounted_paths:
Expand Down
Loading