mirror of
https://github.com/ejeanboris/MDAF.git
synced 2025-06-15 17:48:29 +00:00
fixed path object overload
This commit is contained in:
@ -219,8 +219,8 @@ def representfunc(funcpath, forced = False):
|
|||||||
|
|
||||||
|
|
||||||
def doe(heuristicpath, testfunctionpaths, args):
|
def doe(heuristicpath, testfunctionpaths, args):
|
||||||
for i,path in enumerate(testfunctionpaths):
|
for i,funpath in enumerate(testfunctionpaths):
|
||||||
if path.find('@') == 0:
|
if funpath.find('@') == 0:
|
||||||
testfunctionpaths[i] = path.dirname(__file__) + '/TestFunctions/' + testfunctionpaths[1:]
|
testfunctionpaths[i] = path.dirname(__file__) + '/TestFunctions/' + testfunctionpaths[1:]
|
||||||
|
|
||||||
if (heuristicpath.find('@') == 0): heuristicpath = path.dirname(__file__) + '/TestFunctions/' + heuristicpath[1:]
|
if (heuristicpath.find('@') == 0): heuristicpath = path.dirname(__file__) + '/TestFunctions/' + heuristicpath[1:]
|
||||||
|
Binary file not shown.
Reference in New Issue
Block a user