Repository: libcloud
Updated Branches:
  refs/heads/trunk 4632db2d1 -> f856da991


Fix syntax error for DimensionDataStatus object

Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/4d21a8d2
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/4d21a8d2
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/4d21a8d2

Branch: refs/heads/trunk
Commit: 4d21a8d219dfeaefd12efcf28d17114423f1b1dd
Parents: 4087f45
Author: Ming Sheng <mingshen...@gmail.com>
Authored: Sun Dec 20 23:02:12 2015 +0800
Committer: Ming Sheng <mingshen...@gmail.com>
Committed: Sun Dec 20 23:02:12 2015 +0800

----------------------------------------------------------------------
 libcloud/common/dimensiondata.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/4d21a8d2/libcloud/common/dimensiondata.py
----------------------------------------------------------------------
diff --git a/libcloud/common/dimensiondata.py b/libcloud/common/dimensiondata.py
index c734b75..3fc6e3c 100644
--- a/libcloud/common/dimensiondata.py
+++ b/libcloud/common/dimensiondata.py
@@ -298,7 +298,7 @@ class DimensionDataStatus(object):
         return (('<DimensionDataStatus: action=%s, request_time=%s, '
                  'user_name=%s, number_of_steps=%s, update_time=%s, '
                  'step_name=%s, step_number=%s, '
-                 'step_percent_complete=%s, failure_reason=%s')
+                 'step_percent_complete=%s, failure_reason=%s>')
                 % (self.action, self.request_time, self.user_name,
                    self.number_of_steps, self.update_time, self.step_name,
                    self.step_number, self.step_percent_complete,

Reply via email to