We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b30eee commit 6ea1c98Copy full SHA for 6ea1c98
bpython/cli.py
@@ -69,7 +69,7 @@
69
from bpython import __version__
70
71
def log(x):
72
- f = open('/bpython.log', 'a')
+ f = open('/tmp/bpython.log', 'a')
73
f.write('%s\n' % (x,))
74
75
0 commit comments