Dropped exit

This commit is contained in:
Stefano Rivera 2011-01-22 17:58:19 +02:00
parent eb22cc206b
commit 9bb93b6fc0

View File

@ -216,6 +216,7 @@ class PbuilderDist:
arguments += ['--basepath', prefix + '-base.cow']
else:
Logger.error('Unrecognized builder "%s".', self.builder)
sys.exit(1)
if self.logfile:
arguments += ['--logfile', self.logfile]