Skip to content

Commit

Permalink
Add envvar for FUSE lib for WinFSP path
Browse files Browse the repository at this point in the history
  • Loading branch information
kubilus1 committed Jul 24, 2023
1 parent d945651 commit c2dd287
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoortho/autoortho.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def run(root, mountpoint, threading=True):
)
elif systemtype == "winfsp-FUSE":
log.info("Running in Windows FUSE mode with WinFSP.")
os.environ['FUSE_LIBRARY_PATH'] = libpath
root = os.path.expanduser(root)
mountpoint = os.path.expanduser(mountpoint)
winsetup.setup_winfsp_mount(mountpoint)
Expand Down

0 comments on commit c2dd287

Please sign in to comment.