File: 02_CommandError.patch

package info (click to toggle)
system-config-lvm 1.1.18-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,824 kB
  • ctags: 1,369
  • sloc: python: 8,148; sh: 528; makefile: 157
file content (11 lines) | stat: -rw-r--r-- 465 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
Author: Maximilian Gaß <mxey@cloudconnected.org>
Description: Fixes #507751: startup crash - "global name 'CommandError' is not defined"
--- a/src/Multipath.py
+++ b/src/Multipath.py
@@ -2,6 +2,7 @@
 import os
 
 from execute import execWithCapture, execWithCaptureErrorStatus, execWithCaptureStatus, execWithCaptureProgress, execWithCaptureErrorStatusProgress, execWithCaptureStatusProgress
+from CommandError import CommandError
 
 from lvmui_constants import *