diff --git a/zvml/tasks.py b/zvml/tasks.py index 63087f6..8b16a71 100644 --- a/zvml/tasks.py +++ b/zvml/tasks.py @@ -54,4 +54,4 @@ class Tasks: raise Exception(f"Task failed: {task_info.get('CompleteReason', 'No reason provided')}") except requests.exceptions.RequestException as e: logging.error(f"Request failed: {e}") - raise \ No newline at end of file + continue