Skip to content
Snippets Groups Projects
Commit 9201ff9d authored by Hugo CHAUVET's avatar Hugo CHAUVET :bicyclist:
Browse files

Fix du Fix du import path mais ne resoult pas le bug

parent 7dd32990
Branches
No related tags found
No related merge requests found
......@@ -32,8 +32,7 @@ import sys
# New way to import based on IJ documentation
# https://imagej.net/scripting/jython/
from java.lang.System import getProperty
path.append(getProperty('user.home') + '/Documents/ImageJ-Script')
sys.path.append(basedir)
sys.path.append(getProperty('user.home') + '/Documents/ImageJ-Script')
from utils.ImagesLoaders import load_image_sequence
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment