Skip to content

Commit

Permalink
Added error message in case of download failure using copernicusmarin…
Browse files Browse the repository at this point in the history
…e function
  • Loading branch information
fcollas committed Nov 6, 2024
1 parent 51c2a49 commit cdabdb1
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 cdabdb1

Please sign in to comment.