Skip to content

Commit

Permalink
Update create_orbit_ds.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marjo-luc authored Feb 27, 2021
1 parent cadf82a commit 5ca120b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_orbit_ds.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def create_orbit_ds(orbit_file, ds_es_url, version="v1.1"):
logger.info("dataset: %s" % json.dumps(ds, indent=2, sort_keys=True))

# dedup dataset
total, found_id = check_orbit(ds_es_url, "grq_es", id)
total, found_id = check_orbit(ds_es_url, "grq", id)
logger.info("total, found_id: %s %s" % (total, found_id))
if total > 0:
logger.info("Found %s in %s. Dedupping dataset." % (id, ds_es_url))
Expand Down

0 comments on commit 5ca120b

Please sign in to comment.