mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
ovsuuid.py: Fix use of undefined symbol.
Found by pychecker.
This commit is contained in:
@@ -51,7 +51,7 @@ def from_json(json, symtab=None):
|
||||
raise e
|
||||
|
||||
if name not in symtab:
|
||||
symtab[name] = uuid4()
|
||||
symtab[name] = uuid.uuid4()
|
||||
return symtab[name]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user