Skip to content

Commit 48117bc

Browse files
committed
parse_version should be static
1 parent 3d13246 commit 48117bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/interfaces/fsl/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ class Info(PackageInfo):
6464
version_file = os.path.join(
6565
os.getenv('FSLDIR'), 'etc', 'fslversion')
6666

67+
@staticmethod
6768
def parse_version(raw_info):
6869
return raw_info.splitlines()[0]
6970

0 commit comments

Comments
 (0)