mirror of
https://github.com/GNS3/gns3-server
synced 2025-01-13 09:30:54 +00:00
Fix issue with iourc_path
This commit is contained in:
parent
91e9fa1cbc
commit
86fbae00e1
@ -520,6 +520,7 @@ class IOUVM(BaseNode):
|
|||||||
except OSError as e:
|
except OSError as e:
|
||||||
raise IOUError("Could not rename nvram files: {}".format(e))
|
raise IOUError("Could not rename nvram files: {}".format(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