Merge branch '2.2' into 3.0

This commit is contained in:
grossmj 2024-12-16 18:17:01 +07:00
commit e1b4d74f1e
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7

View File

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