Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BerndSchuller committed Jun 20, 2024
1 parent 8ae0f52 commit 41d41e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyunicore/uftp/uftpmountfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def __init__(self, auth_url, creds, base_path="/", mount_dir="./uftp_mount"):
self.host, self.port, uftp_password = UFTP().authenticate(creds, auth_url, base_path)
self.base_path = base_path
self.mount_dir = mount_dir
self._ensure_unmount(mount_dir)
self._ensure_unmount()
self._run_fusedriver(uftp_password)
super().__init__(mount_dir)

Expand Down

0 comments on commit 41d41e4

Please sign in to comment.