There was an error while loading. Please reload this page.
1 parent 00b0196 commit 2a148beCopy full SHA for 2a148be
1 file changed
bpython/cli.py
@@ -69,7 +69,7 @@
69
from bpython import __version__
70
71
def log(x):
72
- f = open('/home/bob/tmp/bpython.out', 'a')
+ f = open('/bpython.log', 'a')
73
f.write('%s\n' % (x,))
74
75
0 commit comments