mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-29 11:51:08 +00:00
Dropped exit
This commit is contained in:
parent
eb22cc206b
commit
9bb93b6fc0
@ -216,6 +216,7 @@ class PbuilderDist:
|
|||||||
arguments += ['--basepath', prefix + '-base.cow']
|
arguments += ['--basepath', prefix + '-base.cow']
|
||||||
else:
|
else:
|
||||||
Logger.error('Unrecognized builder "%s".', self.builder)
|
Logger.error('Unrecognized builder "%s".', self.builder)
|
||||||
|
sys.exit(1)
|
||||||
|
|
||||||
if self.logfile:
|
if self.logfile:
|
||||||
arguments += ['--logfile', self.logfile]
|
arguments += ['--logfile', self.logfile]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user