We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22fca19 commit c1bac59Copy full SHA for c1bac59
1 file changed
setup.py
@@ -16,7 +16,7 @@
16
with tempfile.TemporaryFile(dir=target) as t:
17
pass
18
except OSError as e:
19
- print(
+ print((
20
'''******************************************************************************
21
Pythonpy can't create a file in:
22
/etc/bash_completion.d
@@ -32,7 +32,7 @@
32
root access or special privileges. If you don't like using root,
33
learn virtualenv and refer to 1).
34
Installation proceeding without root access...
35
-******************************************************************************''') % e
+******************************************************************************''') % (e,))
36
target='bash_completion.d'
37
38
data_files = [(target, ['pythonpy/pycompletion.sh']),]
0 commit comments