We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5a306 commit a821592Copy full SHA for a821592
ost/s1/download.py
@@ -135,9 +135,9 @@ def download_sentinel1(
135
# error_code = asf_wget.check_connection(uname, pword)
136
# hidden option for downloading from czech mirror
137
elif int(mirror) == 321:
138
- error_code = scihub.check_connection(
+ error_code = scihub.check_connection(
139
uname, pword, base_url='https://dhr1.cesnet.cz/'
140
- )
+ )
141
else:
142
raise ValueError('No valid mirror selected')
143
0 commit comments