Skip to content

Commit 9441bca

Browse files
committed
changes as recommended, thanks Matthew!
1 parent ba7d2ca commit 9441bca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

nibabel/cmdline/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@
88
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
99
"""Functionality to be exposed in the command line
1010
"""
11-
12-

nibabel/cmdline/ls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,4 @@ def main():
167167

168168
rows = [proc_file(f, opts) for f in files]
169169

170-
print(table2string(rows))
170+
print(table2string(rows))

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ def main(**extra_args):
8686
'nibabel.gifti.tests',
8787
'nibabel.cifti2',
8888
'nibabel.cifti2.tests',
89+
'nibabel.cmdline',
90+
'nibabel.cmdline.tests',
8991
'nibabel.nicom',
9092
'nibabel.freesurfer',
9193
'nibabel.freesurfer.tests',

0 commit comments

Comments
 (0)