Mercurial > treepkg
changeset 360:399008ca131e
fixed indentation
author | Bjoern Ricks <bricks@intevation.de> |
---|---|
date | Wed, 19 May 2010 10:04:02 +0000 |
parents | 12aa59b94cf4 |
children | 72b39fcb6a24 |
files | treepkg/sbuilder.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/treepkg/sbuilder.py Tue May 18 12:17:32 2010 +0000 +++ b/treepkg/sbuilder.py Wed May 19 10:04:02 2010 +0000 @@ -103,7 +103,7 @@ """ args = [] if logfile is not None: - logdir = os.path.dirname(logfile) + logdir = os.path.dirname(logfile) args.extend(["--buildlog=%s" % logfile]) args.extend(["--logdir=%s" % logdir]) if binary_dir is not None: @@ -114,7 +114,7 @@ # for pkg in extra_packages: # args.extend(["--extrapackages", pkg]) - logging.info("Mointing extra-pkg apt repository") + logging.info("Mointing extra-pkg apt repository") self.mount([self.extra_pkg_dir])