[projects/pld-builder.new] fix method name
    glen 
    glen at pld-linux.org
       
    Sat May  9 10:15:07 CEST 2015
    
    
  
commit b37bd372187a77c1d9412876e22702565362e56b
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat May 9 11:14:56 2015 +0300
    fix method name
    
    AttributeError: Batch instance has no attribute 'ignores'
 PLD_Builder/request.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/PLD_Builder/request.py b/PLD_Builder/request.py
index 5e9c87c..70b38ef 100644
--- a/PLD_Builder/request.py
+++ b/PLD_Builder/request.py
@@ -368,7 +368,7 @@ class Batch:
 
     # build ignore package list
     # currently only php ignore is filled based on build context
-    def ignore_list(self):
+    def ignores(self):
         ignores = []
 
         # add php version based ignores
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/projects/pld-builder.new.git/commitdiff/b37bd372187a77c1d9412876e22702565362e56b
    
    
More information about the pld-cvs-commit
mailing list