Skip to content
Snippets Groups Projects

Bf/filenames

Merged Matthew Webster requested to merge bf/filenames into master
@@ -38,7 +38,6 @@ def run(cmd, ompthreads=None, blasthreads=None, fslskipglobal=None):
def main():
env = os.environ.copy()
activatePath = Path(f'''{env['FSLDIR']}/bin/activate''')
print(f'''active {activatePath}''')
if not activatePath.is_file():
activatePath='activate'
Loading