Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewPlayer3 committed Sep 6, 2024
1 parent e99dca1 commit e997bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hyp3_srg/back_projection.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def create_product(work_dir) -> Path:
gslc_path = list(work_dir.glob('S1*.geo'))[0]
product_name = gslc_path.with_suffix('').name
orbit_path = work_dir / f'{product_name}.orbtiming'
rsc_path = work_dir / f'elevation.dem.rsc'
rsc_path = work_dir / 'elevation.dem.rsc'
zip_path = work_dir / f'{product_name}.zip'

parameter_file = work_dir / f'{product_name}.txt'
Expand Down

0 comments on commit e997bd6

Please sign in to comment.