Skip to content

Commit 5ffd93e

Browse files
authored
Merge pull request #648 from jkbbwr/fix-paste-helper
Fix paste helper
2 parents 23ce07f + bab615d commit 5ffd93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/paste.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ def paste(self, s):
109109
raise PasteFailed(_('Failed to recognize the helper '
110110
'program\'s output as an URL.'))
111111

112-
return paste_url,
112+
return paste_url, None

0 commit comments

Comments
 (0)