| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -130,7 +130,7 @@ def readlines(self, x): | |||
| 130 | 130 | def DEBUG(s): | |
| 131 | 131 | """This shouldn't ever be called in any release of bpython, so | |
| 132 | 132 | 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), )) | ||
| 134 | 134 | ||
| 135 | 135 | ||
| 136 | 136 | def make_colours(): | |
| Back | FazBrowse Home | New Git URL |
0 commit comments