Skip to content

Commit

Permalink
revert pre-processing failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann committed Nov 12, 2024
1 parent 10a90c5 commit e16a88f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/set-batch-overrides/src/set_batch_overrides.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def get_insar_isce_burst_memory(job_parameters: dict) -> str:


def lambda_handler(event: dict, _) -> dict:
assert False
job_type, job_parameters = event['job_type'], event['job_parameters']

if job_type == 'INSAR_ISCE_MULTI_BURST':
Expand Down

0 comments on commit e16a88f

Please sign in to comment.