Explorar o código

Access local field only of the object is defined

Enis Afgan %!s(int64=10) %!d(string=hai) anos
pai
achega
10cc795667
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      cloudbridge/providers/aws/resources.py

+ 1 - 1
cloudbridge/providers/aws/resources.py

@@ -528,7 +528,7 @@ class AWSSecurityGroup(BaseSecurityGroup):
             from_port=from_port,
             to_port=to_port,
             cidr_ip=cidr_ip,
-            src_group=src_group._security_group)
+            src_group=src_group._security_group if src_group else None)
 
 
 class AWSSecurityGroupRule(BaseSecurityGroupRule):