Changeset 12961


Ignore:
Timestamp:
05/04/11 17:52:31 (13 years ago)
Author:
sil
Message:

added a line to be fwd-compatible with new style templates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sara_cmt/cmt.py

    r12812 r12961  
    307307
    308308       
     309    context['__template_outputfiles__'][context['output']]=rendered_string # temporary to be fwd-compatible
     310
    309311    for outputfile, content in context['__template_outputfiles__'].items():
    310312        write_msg = 'Writing outputfile: %s' % outputfile
Note: See TracChangeset for help on using the changeset viewer.