summaryrefslogtreecommitdiffstats
path: root/moonclient/moonclient/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'moonclient/moonclient/shell.py')
-rw-r--r--moonclient/moonclient/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/moonclient/moonclient/shell.py b/moonclient/moonclient/shell.py
index 8343d86e..65adbc0d 100644
--- a/moonclient/moonclient/shell.py
+++ b/moonclient/moonclient/shell.py
@@ -178,7 +178,7 @@ class MoonClient(App):
content['error']['message'],
))
except ValueError:
- raise Exception("Getting an error while requiring {} ({})".format(url, content))
+ raise Exception("Bad error format while requiring {} ({})".format(url, content))
return content
except ValueError:
raise Exception("Getting an error while requiring {} ({})".format(url, content))