mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 06:03:57 -06:00
Little typo
This commit is contained in:
parent
1a52454165
commit
3a61cf3152
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ if "PYTHONPATH" in os.environ.keys(): # If PYTHONPATH is u
|
||||||
PATH_real = os.path.realpath(PATH) # Making the the path "real"
|
PATH_real = os.path.realpath(PATH) # Making the the path "real"
|
||||||
if PATH_real in sys.path: # This should always work, but keep it to be sure..
|
if PATH_real in sys.path: # This should always work, but keep it to be sure..
|
||||||
sys.path.remove(PATH_real)
|
sys.path.remove(PATH_real)
|
||||||
sys.path.insert(1, PATH_real) # Insert it at 1 before os.curdir, which is 0.
|
sys.path.insert(1, PATH_real) # Insert it at 1 after os.curdir, which is 0.
|
||||||
|
|
||||||
def exceptHook(hook_type, value, traceback):
|
def exceptHook(hook_type, value, traceback):
|
||||||
import cura.CrashHandler
|
import cura.CrashHandler
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue