Change-Id: Ia04aec6a394bee0ca53e5cee83259cac42ad6734
# list means some errors happened in the transaction and non-empty
# list that there were errors preventing the ts from starting...
if errs is not None:
- raise errors.BootstrapError("Transaction couldn't start: %s" % '\n'.join(errs))
+ raise errors.BootstrapError("Transaction couldn't start: %s" % errs)
def run_pkg_script(self, pkg, prog, script, arg):
mychroot = lambda: os.chroot(self.rootdir)