diff --git a/wavy/satellite_collectors.py b/wavy/satellite_collectors.py index fd7792b..ba2a1ff 100755 --- a/wavy/satellite_collectors.py +++ b/wavy/satellite_collectors.py @@ -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':