mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Move one directory up
Contributes to CURA-9365
This commit is contained in:
parent
1e4fe93d64
commit
e62e1e7401
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ except ImportError:
|
|||
DEPENDENCY_INFO = {}
|
||||
try:
|
||||
from pathlib import Path
|
||||
conan_install_info = Path(__file__).parent.joinpath("conan_install_info.json")
|
||||
conan_install_info = Path(__file__).parent.parent.joinpath("conan_install_info.json")
|
||||
if conan_install_info.exists():
|
||||
import json
|
||||
with open(conan_install_info, "r") as f:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue