Skip to content
Snippets Groups Projects
Commit fc3d34d5 authored by Eva Schiffer's avatar Eva Schiffer
Browse files

changing report text template names

parent 0c891837
No related branches found
No related tags found
No related merge requests found
File moved
File moved
......@@ -39,11 +39,11 @@ INT_FMT = '%d'
for t in INT_TYPES: formattingSettings[t] = INT_FMT
# our report template names
MAIN_REPORT_TEMPLATE = 'mainreport.txt'
INSPECT_MAIN_REPORT_TEMPLATE = 'inspectmainreport.txt'
VAR_REPORT_TEMPLATE = 'variablereport.txt'
INSPECT_VAR_REPORT_TEMPLATE = 'inspectvariablereport.txt'
DOC_REPORT_TEMPLATE = 'doc.txt'
MAIN_REPORT_TEMPLATE = 'report-main.txt'
INSPECT_MAIN_REPORT_TEMPLATE = 'report-inspectmain.txt'
VAR_REPORT_TEMPLATE = 'report-variable.txt'
INSPECT_VAR_REPORT_TEMPLATE = 'report-inspectvariable.txt'
DOC_REPORT_TEMPLATE = 'report-doc.txt'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment