This commit is contained in:
Remi Ehounou
2021-05-24 01:16:07 -04:00
parent 65cda553bb
commit 0ac77a2580

View File

@ -157,6 +157,7 @@ def writerepresentation(funcpath, charas):
def representfunc(funcpath, forced = False):
if (funcpath.find('@') == 0): funcpath = path.dirname(__file__) + '/TestFunctions/' + funcpath[1:]
print(funcpath)
#defining the function name
funcname = path.splitext(path.basename(funcpath))[0]