From 21c759115774e7ab980b210d6f806938fa0b12e5 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 18 Oct 2020 17:04:09 +0200 Subject: targets/TargetSSHLXCLVM: inherit from TargetSSHLVM Use new parent's _snapshot_lv() to simplify code. --- lbup/_mountinfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lbup/_mountinfo.py') 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 -- cgit v1.2.3