Skip to content

Commit a8e86a7

Browse files
Nambrokbenjamreis
authored andcommitted
Wrapped a more than 120 characters line
Signed-off-by: Damien Thenot <[email protected]>
1 parent 1949115 commit a8e86a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins-base/XSFeatureInterface.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ def __init__(self):
5757
if(currentPIF['primary_address_type'].lower() == 'ipv6'):
5858
mode_choicedefs.append(ChoiceDef(Lang("Autoconf"), lambda : self.HandleModeChoice("AUTOCONF") ))
5959
mode_choicedefs.append(ChoiceDef(Lang("DHCP"), lambda: self.HandleModeChoice('DHCP2') ))
60-
mode_choicedefs.append(ChoiceDef(Lang("DHCP with Manually Assigned Hostname"), lambda: self.HandleModeChoice('DHCPMANUAL') ))
60+
mode_choicedefs.append(ChoiceDef(Lang("DHCP with Manually Assigned Hostname"),
61+
lambda: self.HandleModeChoice('DHCPMANUAL') ))
6162
mode_choicedefs.append(ChoiceDef(Lang("Static"), lambda: self.HandleModeChoice('STATIC') ))
6263
self.modeMenu = Menu(self, None, Lang("Select IP Address Configuration Mode"), mode_choicedefs)
6364

0 commit comments

Comments
 (0)