Skip to content

Commit d06b802

Browse files
thiemanparrt
authored andcommitted
[py2] Fix SyntaxError due to F string
Signed-off-by: Travis Thieman <[email protected]>
1 parent 8b0cc38 commit d06b802

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/Python2/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
package_dir={'': 'src'},
1111
author='Eric Vergnaud, Terence Parr, Sam Harwell',
1212
author_email='[email protected]',
13-
description=f'ANTLR {v} runtime for Python 2.7.12'
14-
)
13+
description='ANTLR %s runtime for Python 2.7.12' % v
14+
)

0 commit comments

Comments
 (0)