Skip to content

Commit a821592

Browse files
committed
format correction in download
1 parent 8b5a306 commit a821592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ost/s1/download.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ def download_sentinel1(
135135
# error_code = asf_wget.check_connection(uname, pword)
136136
# hidden option for downloading from czech mirror
137137
elif int(mirror) == 321:
138-
error_code = scihub.check_connection(
138+
error_code = scihub.check_connection(
139139
uname, pword, base_url='https://dhr1.cesnet.cz/'
140-
)
140+
)
141141
else:
142142
raise ValueError('No valid mirror selected')
143143

0 commit comments

Comments
 (0)