Script execution

This commit is contained in:
2019-12-11 17:38:52 +01:00
parent 433ceb8fc7
commit 1c84364124

View File

@@ -29,8 +29,8 @@ import shutil
class Test(unittest.TestCase):
from os import path
epath_list = [path.dirname(__file__)]
epath_list = get_context().setup.expand("{script}/scitest") ###[path.dirname(__file__)]
def checkArgs(self, arg):
d = save_args(arg)