|
@@ -148,7 +148,8 @@ class Layer(object):
|
|
if self.type == 'command':
|
|
if self.type == 'command':
|
|
read = False
|
|
read = False
|
|
for c in self.cmd:
|
|
for c in self.cmd:
|
|
- ret = gcmd.RunCommand(c[0],
|
|
|
|
|
|
+ ret, msg = gcmd.RunCommand(c[0],
|
|
|
|
+ getErrorMsg = True,
|
|
quiet = True,
|
|
quiet = True,
|
|
**c[1])
|
|
**c[1])
|
|
if ret != 0:
|
|
if ret != 0:
|