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.
2 parents 23ce07f + bab615d commit 5ffd93eCopy full SHA for 5ffd93e
1 file changed
bpython/paste.py
@@ -109,4 +109,4 @@ def paste(self, s):
109
raise PasteFailed(_('Failed to recognize the helper '
110
'program\'s output as an URL.'))
111
112
- return paste_url,
+ return paste_url, None
0 commit comments