summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/utils/fs.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/utils/fs.py b/src/utils/fs.py
index 1015754..7e1d115 100644
--- a/src/utils/fs.py
+++ b/src/utils/fs.py
@@ -39,10 +39,8 @@ def mount_mkdir(source, target):
if not os.path.ismount(target):
return mount(source, target)
- else:
- return True
- return False
+ return True
def mount(source, target):