From f48e71d138027459b78bb56ea0b74dbcf6d98e19 Mon Sep 17 00:00:00 2001 From: Bryan Marfito Date: Fri, 7 May 2021 15:57:36 +0800 Subject: [PATCH] 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. --- contrib/stack/topsStack/fetchOrbit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/stack/topsStack/fetchOrbit.py b/contrib/stack/topsStack/fetchOrbit.py index fcd69db..fc69ceb 100755 --- a/contrib/stack/topsStack/fetchOrbit.py +++ b/contrib/stack/topsStack/fetchOrbit.py @@ -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