test-bugzilla-files/new-control.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4fa837d13950b86f5e0af2b55fced9aa2efdb74e
Author: Markus Mohrhard <markus.mohrh...@googlemail.com>
Date:   Sat Dec 27 19:05:22 2014 +0100

    correct fix

diff --git a/test-bugzilla-files/new-control.py 
b/test-bugzilla-files/new-control.py
index 4c8e7d7..68397bd 100644
--- a/test-bugzilla-files/new-control.py
+++ b/test-bugzilla-files/new-control.py
@@ -66,7 +66,7 @@ if __name__ == "__main__":
         sys.exit()
 
     asan = 0
-    if count(opts) > 0 and "--asan" in opts[0]:
+    if len(opts) > 0 and "--asan" in opts[0]:
         print("yeah")
         asan = 1
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to