Skip to content

Commit

Permalink
fix py
Browse files Browse the repository at this point in the history
  • Loading branch information
nr23730 committed Jan 11, 2024
1 parent 0e930c2 commit ec240c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/scripts/importer/cbioportal_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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("""
----------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit ec240c1

Please sign in to comment.