Try generate.py pretty

Does this make a difference?

Still not. I'm debugging right now and it seems that pretty-print settings
are getting lost in generator.py main() somewhere along the following lines:

        ctx = context.copy()
        print(config._data['jobs']['pretty-print']._data)
        ctx['jobconf'] = config.getJob(job)
        print(ctx['jobconf']._data['pretty-print'])

Here's the result of prints:

{u'general': {u'indent-string': u'    '}}
{}

So the config is read correctly, but when job is initialized, it's getting
lost. Still digging into the code to find the issue.



--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Generate-py-ignoring-tab-width-setting-tp7587693p7587700.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to