revisor/base.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f902b38887f12499689779c0de7d9c9b870fd649
Author: Jeroen van Meeuwen (Fedora Unity) <kana...@fedoraunity.org>
Date:   Wed Dec 17 03:36:59 2008 +0100

    Fix indentation

diff --git a/revisor/base.py b/revisor/base.py
index 30d0feb..ae3b1ad 100644
--- a/revisor/base.py
+++ b/revisor/base.py
@@ -1492,7 +1492,7 @@ class RevisorBase:
             for file in files:
                 if not os.access("%s/revisor-pungi/%s/%s/%s/os/%s" % 
(self.cfg.working_directory, self.cfg.version, self.cfg.model, 
self.cfg.architecture, file), os.R_OK):
 
-                run_buildinstall = True
+                    run_buildinstall = True
 
             if run_buildinstall:
                 pungicallback = revisor.progress.PungiCallback(pbar, 
pungi=mypungi, cfg=self.cfg)


_______________________________________________
revisor-devel mailing list
revisor-devel@lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/revisor-devel

Reply via email to