Skip to content
Snippets Groups Projects
Commit b40a5a5a authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

BF: Env vars must be strings

parent dddac0ec
No related branches found
No related tags found
1 merge request!50Bf/update fsl package
......@@ -551,7 +551,7 @@ def install_packages(packages : Sequence[Package], dry_run : bool):
# $FSLDIR/share/fsl/sbin/createFSLWrapper for
# more details.
env = os.environ.copy()
env['FSL_CREATE_WRAPPER_SCRIPTS'] = 1
env['FSL_CREATE_WRAPPER_SCRIPTS'] = '1'
print('\nInstalling packages...')
if dry_run:
......
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