Changes to line 155 of fetchOrbit.py

I've made some changes to fetchOrbit.py due to changes made by ESA based on the issue presented in https://github.com/isce-framework/isce2/pull/273#issuecomment-833967310.
LT1AB
Bryan Marfito 2021-05-07 15:57:36 +08:00 committed by GitHub
parent 2f8de43d28
commit f48e71d138
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ if __name__ == '__main__':
tbef, taft, mission = fileToRange(os.path.basename(result))
if (tbef <= fileTSStart) and (taft >= fileTS):
matchFileName = result
match = os.path.join(server[0:-5],resulturl[36:])
match = resulturl
if match is not None:
success = True