mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 08:44:52 +02:00
Fix tests
This commit is contained in:
parent
996dad2f5c
commit
f7996d5e98
@ -207,6 +207,9 @@ async def _patch_project_file(project, path, zstream, include_images, keep_compu
|
||||
if reset_mac_addresses and prop in ("mac_addr", "mac_address"):
|
||||
node["properties"][prop] = None
|
||||
|
||||
if node["node_type"] == "docker":
|
||||
continue
|
||||
|
||||
if node["node_type"] == "iou":
|
||||
if not prop == "path":
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user