Fix missing CalledProcessError import
This commit is contained in:
parent
ff27282431
commit
ac6512a531
@ -25,7 +25,7 @@ logger = logging.getLogger("pylorax.ltmpl")
|
|||||||
|
|
||||||
import os, re, glob, shlex, fnmatch
|
import os, re, glob, shlex, fnmatch
|
||||||
from os.path import basename, isdir
|
from os.path import basename, isdir
|
||||||
from subprocess import check_call, check_output
|
from subprocess import check_call, check_output, CalledProcessError
|
||||||
|
|
||||||
from sysutils import joinpaths, cpfile, mvfile, replace, remove
|
from sysutils import joinpaths, cpfile, mvfile, replace, remove
|
||||||
from yumhelper import * # Lorax*Callback classes
|
from yumhelper import * # Lorax*Callback classes
|
||||||
|
Loading…
Reference in New Issue
Block a user