mirror of
https://github.com/ejeanboris/MDAF.git
synced 2025-04-30 04:22:28 +00:00
package works on Linux
This commit is contained in:
@ -157,7 +157,6 @@ def writerepresentation(funcpath, charas):
|
|||||||
|
|
||||||
def representfunc(funcpath, forced = False):
|
def representfunc(funcpath, forced = False):
|
||||||
if (funcpath.find('@') == 0): funcpath = path.dirname(__file__) + '/TestFunctions/' + funcpath[1:]
|
if (funcpath.find('@') == 0): funcpath = path.dirname(__file__) + '/TestFunctions/' + funcpath[1:]
|
||||||
print(funcpath)
|
|
||||||
|
|
||||||
#defining the function name
|
#defining the function name
|
||||||
funcname = path.splitext(path.basename(funcpath))[0]
|
funcname = path.splitext(path.basename(funcpath))[0]
|
||||||
|
Reference in New Issue
Block a user