mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-07-04 08:51:04 +02:00
Update addFav.py
This commit is contained in:
+3
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user