Changeset 373 in tmcsimulator for trunk/webapps/cgi-bin/saveCMSmessage.py


Ignore:
Timestamp:
04/16/2019 10:11:47 AM (7 years ago)
Author:
jdalbey
Message:

Update filenames in code to match dir reorg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/webapps/cgi-bin/saveCMSmessage.py

    r327 r373  
    1111    
    1212# write message to file 
    13 text_file = open("cms_messages.json", "w") 
     13text_file = open("dynamicdata/cms_messages.json", "w") 
    1414text_file.write(outMessage) 
    1515text_file.close() 
Note: See TracChangeset for help on using the changeset viewer.