Commit 2cf9b956 authored by Jack Jansen's avatar Jack Jansen

An indenting error in the code made it miss some suites that have an application

class.
parent 9ff3f03c
......@@ -530,8 +530,8 @@ def compileaete(aete, resinfo, fname, output=None, basepkgname=None,
for codenamemapper in allprecompinfo:
for k, v in codenamemapper.getall('class'):
fp.write(" %s : %s,\n" % (`k`, v))
if k == 'capp':
application_class = v
if k == 'capp':
application_class = v
fp.write("}\n")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment