mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
createnet: fix a small pylint
commit f109b1ed6f
used a undefined variable 'PAGE_MAX'.
It looks like it should be in a developing series,
but should be fixed in upstream.
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
committed by
Giuseppe Scrivano
parent
240111f091
commit
658c9500a9
@@ -37,6 +37,8 @@ PAGE_IPV4,
|
||||
PAGE_IPV6,
|
||||
PAGE_MISC) = range(4)
|
||||
|
||||
PAGE_MAX = PAGE_MISC
|
||||
|
||||
_green = Gdk.Color.parse("#c0ffc0")[1]
|
||||
_red = Gdk.Color.parse("#ffc0c0")[1]
|
||||
_black = Gdk.Color.parse("#000000")[1]
|
||||
|
||||
Reference in New Issue
Block a user