Skip to content

Commit

Permalink
Fix bug #369219
Browse files Browse the repository at this point in the history
  • Loading branch information
stgraber committed Jan 9, 2011
1 parent 90ec65b commit 2d8ee76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pastebinit
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ try:
if params:
return params
else:
sys.exit(_("Unknown website, please post a bugreport to request this pastebin to be added (%s)") % website)
sys.exit(_("Unknown website, please post a bugreport to request this pastebin to be added (%s)" % website))

#XML Handling methods
def getText(nodelist):
Expand Down

0 comments on commit 2d8ee76

Please sign in to comment.