Skip to content

Commit

Permalink
Merge pull request #78 from bohlinger/debug
Browse files Browse the repository at this point in the history
Added error message satellite_collectors.py
  • Loading branch information
bohlinger authored Nov 6, 2024
2 parents 51c2a49 + cdabdb1 commit 229ec82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wavy/satellite_collectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,8 @@ def get_remote_files_copernicusmarine(**kwargs):
username=username,
password=password,
no_metadata_cache=no_metadata_cache)
except:
except Exception as error:
print(error)
pass

if time_incr == 'h':
Expand Down

0 comments on commit 229ec82

Please sign in to comment.