From ec240c13f019b60ef5ac198b60171ec21820a92a Mon Sep 17 00:00:00 2001 From: Niklas Reimer Date: Thu, 11 Jan 2024 15:23:41 +0100 Subject: [PATCH] fix py --- src/main/resources/scripts/importer/cbioportal_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/scripts/importer/cbioportal_common.py b/src/main/resources/scripts/importer/cbioportal_common.py index 3d17736c..6f486ccc 100644 --- a/src/main/resources/scripts/importer/cbioportal_common.py +++ b/src/main/resources/scripts/importer/cbioportal_common.py @@ -1042,7 +1042,7 @@ def get_database_properties(properties_filename: str) -> Optional[PortalProperti if properties.get(PORTAL_PROPERTY_DATABASE_HOST) is not None \ or properties.get(PORTAL_PROPERTY_DATABASE_NAME) is not None \ - or properties.get(PORTAL_PROPERTY_DATABASE_USESSL) is not None \ + or properties.get(PORTAL_PROPERTY_DATABASE_USESSL) is not None \ or properties.get(PORTAL_PROPERTY_DATABASE_URL) is not None: print(""" ----------------------------------------------------------------------------------------------------------------