diff --git a/gcp_find.py b/gcp_find.py index 8895534..6885b2a 100755 --- a/gcp_find.py +++ b/gcp_find.py @@ -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]