Commit dcde50e2 authored by Tomáš Peterka's avatar Tomáš Peterka Committed by Rafael Monnerat

[format] Hotfix bug when reading computer from XML

parent 14419e35
......@@ -1518,7 +1518,7 @@ def parse_computer_xml(conf, xml_path):
computer = Computer(
reference=conf.computer_id,
software_root=conf.software_root,
instance_root=conf.software_root,
instance_root=conf.instance_root,
interface=interface,
addr=None,
netmask=None,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment