diff --git a/installer/opengnsys_git_installer.py b/installer/opengnsys_git_installer.py index 287066f..56ac277 100755 --- a/installer/opengnsys_git_installer.py +++ b/installer/opengnsys_git_installer.py @@ -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)