diff --git a/server/website/website/views.py b/server/website/website/views.py index bab945b..0ccf57f 100644 --- a/server/website/website/views.py +++ b/server/website/website/views.py @@ -483,7 +483,7 @@ def handle_result_files(session, files, execution_times=None): summary = JSONUtil.loads(files['summary']) # If database crashed on restart, pull latest result and worst throughput so far - if 'error' in summary and summary['error'] == "DB_RESTART_ERROR" or True: + if 'error' in summary and summary['error'] == "DB_RESTART_ERROR": LOG.debug("Error in restarting database") # Find worst throughput