package works on Linux

This commit is contained in:
Remi Ehounou
2021-05-24 01:27:55 -04:00
parent 0ac77a2580
commit 6e528bf5b0

View File

@ -157,7 +157,6 @@ 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]