Fix trivial bug

fixes2
Vadim vtroshchinskiy 2024-11-26 16:11:14 +01:00
parent dfeccb104d
commit 3f3ba60a01
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ class OpengnsysGitInstaller:
if oglive_num is None:
self.__logger.info("Using default oglive")
oglive_num = self.oglive.get_default()
oglive_num = int(self.oglive.get_default())
else:
self.__logger.info("Using oglive %i", oglive_num)