Ole Streicher pushed to branch experimental at Debian Blends Team / blends

Commits:
e39204f2 by Ole Streicher at 2018-04-10T17:51:27+02:00
Fix suppression of empty tasks

- - - - -


1 changed file:

- devtools/blend-gen-control


Changes:

=====================================
devtools/blend-gen-control
=====================================
--- a/devtools/blend-gen-control
+++ b/devtools/blend-gen-control
@@ -96,7 +96,7 @@ missing = blend.fix_dependencies()
 
 if args.suppressempty:
     for task in blend.tasks[:]:
-        if len(task.recommends) == 0 and len(task.dependencies) > 0:
+        if len(task.recommends) == 0 and len(task.dependencies) == 0:
             blend.tasks.remove(task)
 
 if missing and args.missing:



View it on GitLab: 
https://salsa.debian.org/blends-team/blends/commit/e39204f2ccf596863523bdc853dcbe67d8a638ed

---
View it on GitLab: 
https://salsa.debian.org/blends-team/blends/commit/e39204f2ccf596863523bdc853dcbe67d8a638ed
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
Blends-commit mailing list
Blends-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to