[Libreoffice-commits] dev-tools.git: test-bugzilla-files/new-control.py
Markus Mohrhard
markus.mohrhard at googlemail.com
Sat Dec 27 09:37:34 PST 2014
test-bugzilla-files/new-control.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0bc66edb6a63464c3cab2a79b3b8f96ce1c18d10
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
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
More information about the Libreoffice-commits
mailing list