Skip to content
Snippets Groups Projects
Commit 0737ad3e authored by Cezary Czernecki's avatar Cezary Czernecki
Browse files

SSDM-7145 xls service cleanup

parent aa53fd89
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ from java.io import File ...@@ -6,7 +6,7 @@ from java.io import File
from java.util import HashMap from java.util import HashMap
from java.util import ArrayList from java.util import ArrayList
TYPES_FOLDER = "%s/test_files/" % [p for p in sys.path if p.find('core-plugins') >= 0][0] TYPES_FOLDER = "%s/life-sciences-types/" % [p for p in sys.path if p.find('core-plugins') >= 0][0]
SCRIPTS = os.path.join(TYPES_FOLDER, 'scripts') SCRIPTS = os.path.join(TYPES_FOLDER, 'scripts')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment