We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eeb678 commit fd58b55Copy full SHA for fd58b55
adafruit_pastebin/gist.py
@@ -72,4 +72,4 @@ def paste(
72
return json_response["html_url"]
73
except KeyError:
74
error_message = json_response["message"]
75
- raise RuntimeError(error_message)
+ raise RuntimeError(error_message)
0 commit comments