We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233bf2f commit e2d52d1Copy full SHA for e2d52d1
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