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

Atlasq no longer has its own version number

parent d82531d6
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ import logging ...@@ -19,6 +19,7 @@ import logging
import numpy as np import numpy as np
import fsl.data.atlases as fslatlases import fsl.data.atlases as fslatlases
import fsl.version as fslversion
import fsl.data.image as fslimage import fsl.data.image as fslimage
...@@ -534,7 +535,7 @@ def parseArgs(args): ...@@ -534,7 +535,7 @@ def parseArgs(args):
except: except:
pass pass
prolog = 'FSL atlasq {}'.format(__version__) prolog = 'FSL atlasq {}'.format(fslversion.__version__)
helps = { helps = {
'ohi' : 'Emulate the FSL atlasquery tool', 'ohi' : 'Emulate the FSL atlasquery tool',
......
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