This commit is contained in:
Remi Ehounou
2021-05-24 00:40:14 -04:00
parent 533feeca9a
commit d81513190d

View File

@ -221,7 +221,7 @@ def representfunc(funcpath, forced = False):
def doe(heuristicpath, testfunctionpaths, args):
for i,funpath in enumerate(testfunctionpaths):
if funpath.find('@') == 0:
testfunctionpaths[i] = path.dirname(__file__) + '/TestFunctions/' + testfunctionpaths[1:]
testfunctionpaths[i] = path.dirname(__file__) + '/TestFunctions/' + funpath[1:]
if (heuristicpath.find('@') == 0): heuristicpath = path.dirname(__file__) + '/TestFunctions/' + heuristicpath[1:]