Ver Fonte

Fix typo

Enis Afgan há 10 anos atrás
pai
commit
20f2832819
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      cloudbridge/providers/base.py

+ 1 - 1
cloudbridge/providers/base.py

@@ -273,5 +273,5 @@ class BaseSecurityGroupRule(SecurityGroupRule):
         self.parent = parent
         self.parent = parent
 
 
     def __repr__(self):
     def __repr__(self):
-        return "<CBSecurityGroupRule: IP: {0}; from: {1}; to: {2}".format(
+        return "<CBSecurityGroupRule: IP: {0}; from: {1}; to: {2}>".format(
             self.ip_protocol, self.from_port, self.to_port)
             self.ip_protocol, self.from_port, self.to_port)