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


Fix syntax error for DimensionDataStatus object

Closes #662


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

Branch: refs/heads/trunk
Commit: 4632db2d1ee5329ab2c7421c1c5c7ee1ef1e36b4
Parents: 2e036da
Author: Ming Sheng <mingshen...@gmail.com>
Authored: Sun Dec 20 23:02:12 2015 +0800
Committer: anthony-shaw <anthony.p.s...@gmail.com>
Committed: Mon Dec 21 09:47:52 2015 +1100

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/4632db2d/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