Remove trailing tab.

This commit is contained in:
Benjamin Drung 2010-09-25 13:13:59 +02:00
parent 2c2ba94a96
commit 0189b27604

View File

@ -209,7 +209,7 @@ class pbuilder_dist:
arguments.append('--logfile %s' % self.logfile)
if os.path.exists('/var/cache/archive/'):
arguments.append('--bindmounts "/var/cache/archive/"')
arguments.append('--bindmounts "/var/cache/archive/"')
localrepo = '/var/cache/archive/%(target_distro)s' % self
if os.path.exists(localrepo):