Skip to content

Commit 3290a66

Browse files
committed
boosting coverage
1 parent a9a572a commit 3290a66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nibabel/cmdline/ls.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,11 @@ def proc_file(f, opts):
153153
return row
154154

155155

156-
def main():
156+
def main(args=None):
157157
"""Show must go on"""
158158

159159
parser = get_opt_parser()
160-
(opts, files) = parser.parse_args()
160+
(opts, files) = parser.parse_args(args=args)
161161

162162
nibabel.cmdline.utils.verbose_level = opts.verbose
163163

0 commit comments

Comments
 (0)