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

New commits:
commit 0bc66edb6a63464c3cab2a79b3b8f96ce1c18d10
Author: Markus Mohrhard <[email protected]>
Date:   Sat Dec 27 18:37:05 2014 +0100

    fix my stupid error

diff --git a/test-bugzilla-files/new-control.py 
b/test-bugzilla-files/new-control.py
index ba90c6e..4c8e7d7 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 opts.count() > 0 and "--asan" in opts[0]:
+    if count(opts) > 0 and "--asan" in opts[0]:
         print("yeah")
         asan = 1
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to