forked from 0x2620/pandora
exit on error
This commit is contained in:
parent
148fa81f3c
commit
15e2f1e844
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ def run(cmd):
|
||||||
|
|
||||||
if p.returncode != 0:
|
if p.returncode != 0:
|
||||||
print stderr
|
print stderr
|
||||||
sys.exit(r)
|
sys.exit(1)
|
||||||
|
|
||||||
class Command(BaseCommand):
|
class Command(BaseCommand):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue