1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-01-13 01:20:58 +00:00

Fix issue with iourc_path

This commit is contained in:
grossmj 2024-12-16 18:16:42 +07:00
parent 91e9fa1cbc
commit 86fbae00e1
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7

View File

@ -520,6 +520,7 @@ class IOUVM(BaseNode):
except OSError as e:
raise IOUError("Could not rename nvram files: {}".format(e))
iourc_path = None
if self._is_iou_licence_check_enabled():
iourc_path = self.iourc_path
if not iourc_path: