Changes in tools/pack.py [f4660690:4872160] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/pack.py

    rf4660690 r4872160  
    191191        link_in.close()
    192192       
    193         link_out = file(os.path.join(arch_path, "%s.comp" % LINK), "w")
     193        link_out = file(os.path.join(arch_path, LINK), "w")
    194194        link_out.write(template.replace("[[COMPONENTS]]", "\n".join(link_ctx)))
    195195        link_out.close()
Note: See TracChangeset for help on using the changeset viewer.