From 70858749d82afe841d06f6a96350168bc3ba51f7 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Thu, 18 Dec 2014 10:12:41 +0000 Subject: Remove trailing \ I meant to do this as part of the previous merge. --- morphlib/exts/openstack.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'morphlib') 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: -- cgit v1.2.1