1 parent 5250489 commit ca69338Copy full SHA for ca69338
1 file changed
starcluster/cluster.py
@@ -2051,7 +2051,8 @@ def validate_permission_settings(self):
2051
if from_port != -1 or to_port != -1:
2052
raise exception.InvalidPortRange(
2053
from_port, to_port,
2054
- reason="for icmp protocol from_port and to_port must be -1")
+ reason="for icmp protocol from_port "
2055
+ "and to_port must be -1")
2056
else:
2057
if from_port < 0 or to_port < 0:
2058
0 commit comments