- Fixed problem with network cards that provide unparsable supported network modes
Resolves: #620686
This commit is contained in:
parent
927529c1cc
commit
64edcee9a7
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ class Nettool:
|
|||
self.supported_modes.append( (int(s), d == "Full") )
|
||||
del m,s,d
|
||||
except:
|
||||
self.supported_modes.append(1000, True)
|
||||
self.supported_modes.append((1000, True))
|
||||
|
||||
|
||||
elif state == "supported_autoneg":
|
||||
|
|
|
|||
Loading…
Reference in a new issue