FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Removed bobs plonkers and changed it to /tmp · bpython/bpython@9855013 · GitHub

Commit 9855013

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎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)

Back | FazBrowse Home | New Git URL