The following commit has been merged in the master branch:
commit be9c9fdeeba7084eac39e27279d9c76813233009
Author: Ole Streicher <[email protected]>
Date: Mon Mar 21 09:35:52 2016 +0100
Fix access to not-yet-existing DependantPackage
diff --git a/webtools/blendstasktools.py b/webtools/blendstasktools.py
index e4a8c55..3487843 100644
--- a/webtools/blendstasktools.py
+++ b/webtools/blendstasktools.py
@@ -1176,7 +1176,7 @@ class TaskDependencies:
tmp_dep_list.append(dep)
if not dep_in_line.islower():
logger.warning("Package names may not contain
upper case letters, so %s is an invalid package name which is turned into %s"
- % (dep_in_line,
dep.properties['name']))
+ % (dep_in_line,
dep_in_line.lower()))
dep_in_line = dep_in_line.lower()
dep = DependantPackage(dep_in_line)
# Store the comments in case they might be usefull for
later applications
--
Static and dynamic websites for Debian Pure Blends
_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit