[Blends-commit] [SCM] website branch, master, updated. be9c9fdeeba7084eac39e27279d9c76813233009
Ole Streicher
olebole at debian.org
Mon Mar 21 08:35:56 UTC 2016
The following commit has been merged in the master branch:
commit be9c9fdeeba7084eac39e27279d9c76813233009
Author: Ole Streicher <olebole at debian.org>
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
More information about the Blends-commit
mailing list