Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/zsiki/Find-GCP
Browse files Browse the repository at this point in the history
  • Loading branch information
zsiki committed Sep 26, 2023
2 parents d145672 + 36e571e commit 37c263d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcp_find.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def gcp_output(self):
return
if self.args.type == 'ODM' and self.args.epsg is not None:
# write epsg code to the beginning of the output
foutput.write('EPSG:{self.args.epsg}\n')
foutput.write(f'EPSG:{self.args.epsg}\n')

for gcp in self.gcps:
j = gcp[3]
Expand Down

0 comments on commit 37c263d

Please sign in to comment.