summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-12-18 10:12:41 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-12-18 10:12:41 +0000
commit70858749d82afe841d06f6a96350168bc3ba51f7 (patch)
tree073c5208e7326648848d4ea4846df78bcc1c0a72
parent1bed7a3732e7d6158613609a57fb1f77ec99de1e (diff)
downloadmorph-70858749d82afe841d06f6a96350168bc3ba51f7.tar.gz
Remove trailing \
I meant to do this as part of the previous merge.
-rwxr-xr-xmorphlib/exts/openstack.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/exts/openstack.check b/morphlib/exts/openstack.check
index a6856c31..3850d481 100755
--- a/morphlib/exts/openstack.check
+++ b/morphlib/exts/openstack.check
@@ -81,7 +81,7 @@ class OpenStackCheckExtension(morphlib.writeexts.WriteExtension):
exit, out, err = cliapp.runcmd_unchecked(cmdline)
if exit != 0:
- if err.startswith('The request you have made requires ' \
+ if err.startswith('The request you have made requires '
'authentication. (HTTP 401)'):
raise cliapp.AppException('Invalid OpenStack credentials.')
else: