summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2010-07-27 14:42:01 -0500
committerClark Williams <williams@redhat.com>2010-07-31 14:17:26 -0500
commit6e1581655be49c03856e5640bb011e38fa3fbb50 (patch)
tree82291cf379f0bf45666d59c454b8d7deb51fc4e3
parent4c644b06e03e47358f0a413f1b530a12316ff848 (diff)
downloadmock-6e1581655be49c03856e5640bb011e38fa3fbb50.tar.gz
mock-6e1581655be49c03856e5640bb011e38fa3fbb50.tar.xz
mock-6e1581655be49c03856e5640bb011e38fa3fbb50.zip
fixed indentation typo in py/mock/backend.py
Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--py/mock/backend.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/py/mock/backend.py b/py/mock/backend.py
index e35c6c7..7aac040 100644
--- a/py/mock/backend.py
+++ b/py/mock/backend.py
@@ -551,9 +551,9 @@ class Root(object):
shutil.copytree(sources, self.makeChrootPath(self.builddir, "SOURCES"))
else:
shutil.copy(sources, self.makeChrootPath(self.builddir, "SOURCES"))
-
- spec = self.makeChrootPath(self.builddir, "SPECS", os.path.basename(spec))
- chrootspec = spec.replace(self.makeChrootPath(), '') # get rid of rootdir prefix
+
+ spec = self.makeChrootPath(self.builddir, "SPECS", os.path.basename(spec))
+ chrootspec = spec.replace(self.makeChrootPath(), '') # get rid of rootdir prefix
spec = self.makeChrootPath(self.builddir, "SPECS", os.path.basename(spec))
chrootspec = spec.replace(self.makeChrootPath(), '') # get rid of rootdir prefix