From 523b285905d59e3aeeabc31714d4f1087afe1e1a Mon Sep 17 00:00:00 2001 From: RaffaelW <146560011+RaffaelW@users.noreply.github.com> Date: Sun, 15 Mar 2026 21:07:21 +0100 Subject: [PATCH] fix(tasks): import Exit exception for error handling in tasks --- tasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks.py b/tasks.py index bc5e81f..c5106d0 100644 --- a/tasks.py +++ b/tasks.py @@ -1,4 +1,5 @@ from invoke import task +from invoke.exceptions import Exit import os import shutil import subprocess