summaryrefslogtreecommitdiff
path: root/lbup/_mountinfo.py
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-10-18 17:04:09 +0200
committerAnton Khirnov <anton@khirnov.net>2020-10-18 17:04:09 +0200
commit21c759115774e7ab980b210d6f806938fa0b12e5 (patch)
tree973f655c1dc46bf4da5ba11543fe5dbc266182a9 /lbup/_mountinfo.py
parentac612f7daed790b6f39e2a7358799a307f4aefce (diff)
targets/TargetSSHLXCLVM: inherit from TargetSSHLVM
Use new parent's _snapshot_lv() to simplify code.
Diffstat (limited to 'lbup/_mountinfo.py')
-rw-r--r--lbup/_mountinfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lbup/_mountinfo.py b/lbup/_mountinfo.py
index b4d79ae..caa9ddd 100644
--- a/lbup/_mountinfo.py
+++ b/lbup/_mountinfo.py
@@ -30,7 +30,7 @@ class _MountEntry:
mount_opts = None
"optional fields, list of bytes"
opt_fields = None
- "filesystem type, bytes"
+ "filesystem type, bytes or None"
fstype = None
"mount source, bytes or None"
source = None