Skip to content
Snippets Groups Projects
Commit 5afdaae3 authored by Matthew Webster's avatar Matthew Webster
Browse files

MNT: Removed debug print

parent 5ec6bbca
No related branches found
No related tags found
1 merge request!69Bf/startup
Pipeline #25807 skipped
...@@ -38,7 +38,6 @@ def run(cmd, ompthreads=None, blasthreads=None, fslskipglobal=None): ...@@ -38,7 +38,6 @@ def run(cmd, ompthreads=None, blasthreads=None, fslskipglobal=None):
def main(): def main():
env = os.environ.copy() env = os.environ.copy()
activatePath = Path(f'''{env['FSLDIR']}/bin/activate''') activatePath = Path(f'''{env['FSLDIR']}/bin/activate''')
print(f'''active {activatePath}''')
if not activatePath.is_file(): if not activatePath.is_file():
activatePath='activate' activatePath='activate'
......
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