Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Aug 28, 2023
1 parent db12997 commit b4bc67e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions add_collection_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def test(collection_id, venue):
if venue.lower() == 'uat':
cmr_base_url = "https://cmr.uat.earthdata.nasa.gov/search/granules.umm_json?readable_granule_name="
edl_root = 'uat.urs.earthdata.nasa.gov'

token = get_token(edl_root, username, password)
headers = {
"Authorization": f"Bearer {token}"
Expand Down Expand Up @@ -293,7 +293,7 @@ def run():
fails.append(collection)

# Create output files
if output_location:
if output_location:
success_outfile = path.realpath(f'{output_location}/{_args.env}_success.txt')
fail_outfile = path.realpath(f'{output_location}/{_args.env}_fail.txt')

Expand Down

0 comments on commit b4bc67e

Please sign in to comment.