Skip to content

Commit

Permalink
Merge pull request #333 from holland-backup/devel
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
soulen3 authored Apr 23, 2021
2 parents f7307df + 531c59a commit 944d681
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*egg*
build/
.ropeproject/
.vscode/
2 changes: 1 addition & 1 deletion plugins/holland.lib.lvm/holland/lib/lvm/snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def mount_snapshot(self, snapshot):
options = None
try:
filesystem = snapshot.filesystem()
except BaseException:
except (LVMCommandError, ValueError):
return self.error(snapshot, "Failed looking up filesystem")

if filesystem == "xfs":
Expand Down

0 comments on commit 944d681

Please sign in to comment.