Update fetchOrbit.py
parent
f1187fd935
commit
3499b3f09b
|
@ -151,7 +151,7 @@ if __name__ == '__main__':
|
||||||
elif oType == 'restituted':
|
elif oType == 'restituted':
|
||||||
end_date = fileTS
|
end_date = fileTS
|
||||||
else:
|
else:
|
||||||
throw ValueError("Unexpected orbit type: '" + oType + "'")
|
raise ValueError("Unexpected orbit type: '" + oType + "'")
|
||||||
url = server + spec[1] + str(end_date.year).zfill(2) + '/' + str(end_date.month).zfill(2) + \
|
url = server + spec[1] + str(end_date.year).zfill(2) + '/' + str(end_date.month).zfill(2) + \
|
||||||
'/' + str(end_date.day).zfill(2) + '/'
|
'/' + str(end_date.day).zfill(2) + '/'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue