Skip to content

Commit

Permalink
Revert f-string conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
dericke authored and nyalldawson committed Feb 20, 2021
1 parent a366d5b commit 6d5bf2b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -126,7 +126,7 @@ def name(self):

def longName(self):
version = GdalUtils.readableVersion()
return f'GDAL ({version})'
return 'GDAL ({})'.format(version)

def id(self):
return 'gdal'
Expand Down

0 comments on commit 6d5bf2b

Please sign in to comment.