diff --git a/app/__init__.py b/app/__init__.py index e07f7e3cc..e1ebbb4a6 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -464,12 +464,12 @@ def showinfrastructures(): raise Exception(response.text) radl_json = response.json()["radl"] except Exception as ex: - app.logger.exception("Error getting vm info: %s" % ex, "error") + app.logger.exception("Error getting vm info: %s" % ex) radl_json = [] try: creds = cred.get_creds(get_cred_id()) except Exception as ex: - app.logger.exception("Error getting user credentials: %s" % ex, "error") + app.logger.exception("Error getting user credentials: %s" % ex) creds = [] site_info = utils.get_site_info_from_radl(radl_json, creds) if site_info: diff --git a/app/settings.py b/app/settings.py index d04086e96..84288360b 100644 --- a/app/settings.py +++ b/app/settings.py @@ -24,7 +24,7 @@ class Settings: def __init__(self, config): """Creator function.""" - self.version = "2.5.2" + self.version = "2.5.3" self.toscaDir = config.get('TOSCA_TEMPLATES_DIR', '') + "/" self.toscaParamsDir = config.get('TOSCA_PARAMETERS_DIR', '') + "/" self.imUrl = config['IM_URL'] diff --git a/codemeta.json b/codemeta.json index 251c3e738..b50505b89 100644 --- a/codemeta.json +++ b/codemeta.json @@ -6,7 +6,7 @@ "@type": "SoftwareSourceCode", "identifier": "im-dashboard", "name": "Infrastructure Manager Dashboard", - "version": "2.5.1", + "version": "2.5.3", "description": "Infrastructure Manager - Simple Graphical UI", "license": "GNU General Public License v3.0", "author": [