From d3ce4d39056af6c444dea80bbac11b8ce0e85be8 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sat, 11 Oct 2025 12:38:20 -0700 Subject: [PATCH] Update addFav.py --- script/addFav.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/script/addFav.py b/script/addFav.py index ef7d3a5..28fe430 100644 --- a/script/addFav.py +++ b/script/addFav.py @@ -36,7 +36,9 @@ try: from modules.log import * from modules.system import * except Exception as e: - print(f"Error importing modules run this program from the main program directory 'python3 script/addFav.py'") + print(f"Error importing modules run this program from the main repo directory 'python3 script/addFav.py'") + print(f"if you forgot the rest of it.. git clone https://github.com/spudgunman/meshing-around") + print(f"Import Error: {e}") exit(1) try: