| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 545ca24 commit 9d397f6
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -748,7 +748,10 @@ def pastebin(self, s=None): | |||
| 748 | 748 | not self.interact.confirm("Pastebin buffer? (y/N) ")): | |
| 749 | 749 | self.interact.notify("Pastebin aborted") | |
| 750 | 750 | return | |
| 751 | + return self.do_pastebin(s) | ||
| 751 | 752 | ||
| 753 | + def do_pastebin(self, s): | ||
| 754 | + """Actually perform the upload.""" | ||
| 752 | 755 | try: | |
| 753 | 756 | pasteservice = ServerProxy(self.config.pastebin_url) | |
| 754 | 757 | except IOError, e: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments