mirror of
https://github.com/GNS3/gns3-server
synced 2025-01-13 09:30:54 +00:00
Merge branch '2.2' into 3.0
This commit is contained in:
commit
e1b4d74f1e
@ -568,6 +568,7 @@ class IOUVM(BaseNode):
|
|||||||
except OSError as e:
|
except OSError as e:
|
||||||
raise IOUError(f"Could not rename nvram files: {e}")
|
raise IOUError(f"Could not rename nvram files: {e}")
|
||||||
|
|
||||||
|
iourc_path = None
|
||||||
if self._is_iou_licence_check_enabled():
|
if self._is_iou_licence_check_enabled():
|
||||||
iourc_path = self.iourc_path
|
iourc_path = self.iourc_path
|
||||||
if not iourc_path:
|
if not iourc_path:
|
||||||
|
Loading…
Reference in New Issue
Block a user