summaryrefslogtreecommitdiff
path: root/lbup/targets.py
diff options
context:
space:
mode:
Diffstat (limited to 'lbup/targets.py')
-rw-r--r--lbup/targets.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lbup/targets.py b/lbup/targets.py
index bd53b1e..3f86563 100644
--- a/lbup/targets.py
+++ b/lbup/targets.py
@@ -49,6 +49,8 @@ def _resolve_mntdev(mntinfo, dirs):
mountpoint = None
fstype = None
for d in dirs:
+ d = AbsPath(d)
+
mp = mntinfo.mountpoint_for_path(d)
e = list(mntinfo.entries_for_mountpoint(mp))