Skip to content
Snippets Groups Projects
Commit bfc66508 authored by Sebastian Achilles's avatar Sebastian Achilles Committed by Rajalekshmi Deepu
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent fb6011eb
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ dependencies = [
# If FASTDATA_jsc is not defined then assume we are on CI and hence the path is relative to the repo
local_licdir = local_os.environ.get('FASTDATA_jsc')
local_licdir = local_os.path.join(local_licdir, 'swmanage', 'EasyBuild', '2022') if local_licdir else '.'
local_licdir = local_os.path.join(local_licdir, 'swmanage', 'EasyBuild', '2023') if local_licdir else '.'
license_text = open(f'{local_licdir}/Golden_Repo/f/FreeSurfer/license_text.txt', 'r').read()
moduleclass = 'bio'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment