We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca075a commit 069a0a6Copy full SHA for 069a0a6
bpython/repl.py
@@ -956,7 +956,7 @@ def do_pastebin(self, s) -> Optional[str]:
956
957
self.prev_pastebin_content = s
958
self.prev_pastebin_url = paste_url
959
- self.prev_removal_url = removal_url
+ self.prev_removal_url = removal_url if removal_url is not None else ""
960
961
if removal_url is not None:
962
self.interact.notify(
0 commit comments