Relative path for src

This commit is contained in:
cmdr2 2023-09-01 13:17:50 +05:30
parent c71a74f857
commit 9c1b741d89

View File

@ -85,7 +85,7 @@ def install(module_name: str, module_version: str):
def update_modules():
for module_name, allowed_versions in modules_to_check.items():
if os.path.exists(f"../src/{module_name}"):
if os.path.exists(f"src/{module_name}"):
print(f"Skipping {module_name} update, since it's in developer/editable mode")
continue