Skip to content

Commit 9855013

Browse files
committed
Removed bobs plonkers and changed it to /tmp
1 parent 7c9c565 commit 9855013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def readlines(self, x):
130130
def DEBUG(s):
131131
"""This shouldn't ever be called in any release of bpython, so
132132
beat me up if you find anything calling it."""
133-
open('/home/bob/tmp/plonker', 'a').write("%s\n" % (str(s), ))
133+
open('/tmp/bpython-debug', 'a').write("%s\n" % (str(s), ))
134134

135135

136136
def make_colours():

0 commit comments

Comments
 (0)