Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammed Karim committed May 31, 2019
1 parent 8f12121 commit d2255f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standard_product_enumurator.py
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ def get_candidate_pair_list(aoi, track, selected_track_acqs, aoi_data, skip_days
logger.info("Orbit File NOT Exists, so NOT Running water_mask_check for slave on date %s" %slave_track_dt)
logger.info("Removing the acquisitions of orbitnumber for date : %s for failing water mask test" %slave_track_dt)
rejected_slave_track_dt.append(slave_track_dt)
err_msg = "Failed because orbit file : %s NOT FOUND" %orbit_file
err_msg = "Failed because orbit file : %s NOT FOUND for Orbit Date : %s and platform : %s" %(orbit_file, orbit_dt, slave_platform)
result['result'] = False
result['fail_reason'] = err_msg
result['dt'] = slave_track_dt
Expand Down

0 comments on commit d2255f6

Please sign in to comment.