Update fetchOrbit.py
parent
a4cf6f5b58
commit
e5e0a4560d
|
@ -179,7 +179,6 @@ if __name__ == '__main__':
|
||||||
elif oType == "restituted":
|
elif oType == "restituted":
|
||||||
tbef, taft, mission = fileToRange(os.path.basename(result))
|
tbef, taft, mission = fileToRange(os.path.basename(result))
|
||||||
if (tbef <= fileTSStart) and (taft >= fileTS):
|
if (tbef <= fileTSStart) and (taft >= fileTS):
|
||||||
datestr2 = FileToTimeStamp(result)[0].strftime(queryfmt2)
|
|
||||||
match = url + result
|
match = url + result
|
||||||
|
|
||||||
if match is not None:
|
if match is not None:
|
||||||
|
|
Loading…
Reference in New Issue