We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c9c565 commit 9855013Copy full SHA for 9855013
bpython/cli.py
@@ -130,7 +130,7 @@ def readlines(self, x):
130
def DEBUG(s):
131
"""This shouldn't ever be called in any release of bpython, so
132
beat me up if you find anything calling it."""
133
- open('/home/bob/tmp/plonker', 'a').write("%s\n" % (str(s), ))
+ open('/tmp/bpython-debug', 'a').write("%s\n" % (str(s), ))
134
135
136
def make_colours():
0 commit comments