misc formatting lint fixes, drop unneeded f-string

pull/9107/head
Eli Schwartz 4 years ago
parent ead4ba7777
commit 409aae51d6
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 2
      packaging/createpkg.py

@ -34,7 +34,7 @@ class PkgGenerator:
self.identifier = 'com.mesonbuild.meson'
self.version = coredata.version.replace('dev', '')
self.mesonstashdir = os.path.join(self.sharedir, f'meson-{self.version}')
self.pkgname = f'meson.pkg'
self.pkgname = 'meson.pkg'
self.productname = f'meson-{self.version}.pkg'
self.distribution_file = 'meson-distribution.xml'
self.resourcedir = 'packaging/macpages'

Loading…
Cancel
Save