From 69e3a29c9994490cd9810fc98c5bffa15dacaec9 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Fri, 24 Apr 2020 15:44:39 +0100 Subject: [PATCH] update exception message. --- app/coordinators/art_coordinator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/coordinators/art_coordinator.py b/app/coordinators/art_coordinator.py index be6fb4d..b13682b 100644 --- a/app/coordinators/art_coordinator.py +++ b/app/coordinators/art_coordinator.py @@ -41,4 +41,4 @@ def update_art_data(arguments): v_out(v_setting, "Completed updating Art data.") except Exception: - print("ERROR: Unable to update Art data. Exiting program.") + print("ERROR: Unable to update Art data.")