adapt for data load changes

This commit is contained in:
iceman1001 2020-10-09 22:25:33 +02:00
commit 6454e168fb
4 changed files with 80 additions and 80 deletions

View file

@ -77,7 +77,7 @@ local function main(args)
print( string.rep('--',20) )
print( string.rep('--',20) )
local cmdDataLoad = 'data load %s';
local cmdDataLoad = 'data load -f %s';
local cwd = core.cwd();
local tracesEM = "find '"..cwd.."/traces/ ' -iname 'em*.pm3' -type f"