Browse Source

Use getcwd.

master
poikilos 1 year ago
parent
commit
9a9221beb5
  1. 2
      pyenliven/compatiblizemod.py

2
pyenliven/compatiblizemod.py

@ -126,7 +126,7 @@ def add_depends(mod_path):
def main():
parent = os.path.realpath(".")
parent = os.getcwd()
return add_depends(parent)

Loading…
Cancel
Save