Testing: fix the BufrTemplate path when MEMFS defined

This commit is contained in:
Shahram Najm 2020-01-16 14:39:21 +00:00
parent 2db50f6186
commit 016e1a4664
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ when (changed(tablesLocalDir)) { set clearTables=1;}
# we should implement some table version dependency
#constant templatesMasterDir="bufr/templates/[masterTableNumber]/[masterTablesVersionNumber]";
#constant templatesLocalDir="bufr/templates/local/[masterTableNumber]/[bufrHeaderCentre:l]/[localTablesVersionNumber]";
constant templatesMasterDir="bufr/templates/";
constant templatesMasterDir="bufr/templates";
constant templatesLocalDir="bufr/templates/local";
transient tableNumber=0;