Script execution
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user