You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I forgot to add --fs-license-file to a recent run of QSIRecon and ran into:
File "/opt/conda/envs/qsiprep/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
self.run()
File "/opt/conda/envs/qsiprep/lib/python3.10/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "/opt/conda/envs/qsiprep/lib/python3.10/site-packages/qsirecon/cli/workflow.py", line 121, in build_workflow
if not Path(config.execution.fs_license_file).exists():
File "/opt/conda/envs/qsiprep/lib/python3.10/pathlib.py", line 960, in __new__
self = cls._from_parts(args)
File "/opt/conda/envs/qsiprep/lib/python3.10/pathlib.py", line 594, in _from_parts
drv, root, parts = self._parse_args(args)
File "/opt/conda/envs/qsiprep/lib/python3.10/pathlib.py", line 578, in _parse_args
a = os.fspath(a)
TypeError: expected str, bytes or os.PathLike object, not NoneType
The text was updated successfully, but these errors were encountered:
I forgot to add
--fs-license-file
to a recent run of QSIRecon and ran into:The text was updated successfully, but these errors were encountered: