Skip to content

Commit

Permalink
incomplete except/try for sentinelsat library presence (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
landam committed Jun 15, 2020
1 parent ffc5247 commit 3c5e7c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def main():
sortby=sortby,
asc=options['order'] == 'asc'
)
except StandardError as e:
except Exception as e:
gs.fatal(_('Unable to connect Copernicus Open Access Hub: {}').format(e))

if options['footprints']:
Expand Down

0 comments on commit 3c5e7c7

Please sign in to comment.