Skip to content

Commit af39b1d

Browse files
committed
fix the f-string
1 parent bf0ecbf commit af39b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2214,7 +2214,7 @@ def make(
22142214
#)
22152215
fname = str(Path(self.winpydir).parent / (
22162216
f'WinPython{self.flavor}-' +
2217-
f'-{self.distribution.architecture}bit-'+
2217+
f'{self.distribution.architecture}bit-'+
22182218
f'{self.winpyver2}.md'))
22192219
open(fname, 'w').write(self.package_index_wiki)
22202220
# Copy to winpython/changelogs

0 commit comments

Comments
 (0)