Skip to content

Commit a8e4878

Browse files
committed
remove unneccessary clase
1 parent 9caf18d commit a8e4878

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sar_pipeline/aws/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def get_data_for_scene_and_make_run_config(
270270
RTC_RUN_CONFIG.set(f"{bk}.y_snap", int(resolution))
271271

272272
# update the burst crs if it has been set and is not UTM | utm
273-
if output_crs and (output_crs not in [None, "utm", "UTM", ""]):
273+
if output_crs and (output_crs not in ["utm", "UTM"]):
274274
RTC_RUN_CONFIG.set(f"{bk}.output_epsg", int(output_crs))
275275

276276
# save the config

0 commit comments

Comments
 (0)