mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-22 00:03:20 +01:00
Relative path for src
This commit is contained in:
parent
c71a74f857
commit
9c1b741d89
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user