summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
Diffstat (limited to 'nova')
-rw-r--r--nova/image/glance.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/image/glance.py b/nova/image/glance.py
index d8f51429e..fdf468594 100644
--- a/nova/image/glance.py
+++ b/nova/image/glance.py
@@ -238,5 +238,5 @@ def _parse_glance_iso8601_timestamp(timestamp):
except ValueError:
pass
- raise ValueError(_("""%(timestamp)s does not follow any of the \
-signatures: %(ISO_FORMATS)s""") % locals())
+ raise ValueError(_("%(timestamp)s does not follow any of the "
+ "signatures: %(ISO_FORMATS)s") % locals())