Merge pull request #282 from bjmarfito/main

Changes to line 155 of fetchOrbit.py
LT1AB
Ryan Burns 2021-05-10 19:16:50 -07:00 committed by GitHub
commit 19b754dd1a
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