[Blends-commit] r1851 - blends/trunk/webtools
Debian Pure Blends Subversion Commit
noreply at alioth.debian.org
Tue Aug 25 11:07:40 UTC 2009
Author: tille
Date: Tue Aug 25 11:07:40 2009
New Revision: 1851
URL: http://svn.debian.org/viewsvn/blends?rev=1851&view=rev
Log:
Strangely enoigh popconsubmit remains unknown after te last fix. Forcing the issue now ...
Modified:
blends/trunk/webtools/tasks.py
Modified: blends/trunk/webtools/tasks.py
URL: http://svn.debian.org/viewsvn/blends/blends/trunk/webtools/tasks.py?rev=1851&view=diff&r1=1851&r2=1850&p1=blends/trunk/webtools/tasks.py&p2=blends/trunk/webtools/tasks.py
==============================================================================
--- blends/trunk/webtools/tasks.py (original)
+++ blends/trunk/webtools/tasks.py Tue Aug 25 11:07:40 2009
@@ -58,7 +58,10 @@
data = tasks.data
data['tasks'] = tasks.GetTaskDescDict()
data['taskskeys'] = tasks.metapackagekeys
-data['popconsubmit'] = tasks.popconsubmit
+try:
+ data['popconsubmit'] = tasks.popconsubmit
+except:
+ data['popconsubmit'] = 'unknown'
data['languages'] = languages
data['language_dict'] = language_dict
# Work around the fact that it seems to be impossible to mention '&' in the template
More information about the Blends-commit
mailing list