You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by se...@apache.org on 2014/05/26 18:41:10 UTC

git commit: Fixing flake8 error

Repository: libcloud
Updated Branches:
  refs/heads/trunk 1f34dd144 -> 0452d98fd


Fixing flake8 error


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

Branch: refs/heads/trunk
Commit: 0452d98fd858c277a4c0289b697defbdb50b3fab
Parents: 1f34dd1
Author: Sebastien Goasguen <ru...@gmail.com>
Authored: Mon May 26 18:41:02 2014 +0200
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Mon May 26 18:41:02 2014 +0200

----------------------------------------------------------------------
 libcloud/compute/drivers/ec2.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/0452d98f/libcloud/compute/drivers/ec2.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/ec2.py b/libcloud/compute/drivers/ec2.py
index 621a6df..f50cca6 100644
--- a/libcloud/compute/drivers/ec2.py
+++ b/libcloud/compute/drivers/ec2.py
@@ -4144,7 +4144,7 @@ class BaseEC2NodeDriver(NodeDriver):
                                    xpath='toPort',
                                    namespace=NAMESPACE)
 
-       # get security groups
+        # get security groups
         elements = element.findall(fixxpath(
             xpath='groups/item',
             namespace=NAMESPACE