mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-16 18:59:39 +08:00
Just a little typo
This commit is contained in:
parent
839bc1fec8
commit
e040029a41
@ -15,7 +15,7 @@ import sys
|
||||
# incompatibility issues with libArcus
|
||||
if "PYTHONPATH" in os.environ.keys(): # If PYTHONPATH is used
|
||||
if sys.path[-1] == os.environ["PYTHONPATH"]: # .. check whether PYTHONPATH is placed incorrectly at the end of sys.path.
|
||||
sys.path.pop(-1) # If so remove that element..
|
||||
sys.path.pop(-1) # If so, remove that element..
|
||||
sys.path.insert(1, os.environ['PYTHONPATH']) # and add it at the correct place again.
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user