From e9db8c3d6ad48267f1b7116e21163a108420a127 Mon Sep 17 00:00:00 2001 From: Jemma Daniel Date: Mon, 4 Mar 2024 11:59:50 +0200 Subject: [PATCH] chore: more readable error message --- marl_eval/json_tools/json_utils.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/marl_eval/json_tools/json_utils.py b/marl_eval/json_tools/json_utils.py index e4bce58c..934bacef 100644 --- a/marl_eval/json_tools/json_utils.py +++ b/marl_eval/json_tools/json_utils.py @@ -164,7 +164,10 @@ def pull_neptune_data( # unzipped. continue except Exception as e: - print(f"An error occurred while unzipping or storing {file_path}: {e}") + print( + f"The following error occurred while unzipping or storing JSON \ + data for run {run_id} at path {file_path}: {e}" + ) run.stop() # Restore neptune logger level