Skip to content
Snippets Groups Projects
Commit 33d1dc89 authored by Christian Kento Rasmussen's avatar Christian Kento Rasmussen
Browse files

fixed cli bug

parent 41e9aea7
No related branches found
No related tags found
3 merge requests!102Conv zarr tiff folders,!100Conv zarr nifti,!99Zarr cli
......@@ -96,8 +96,7 @@ def main():
image_preview(image, image_width = args.resolution, axis = args.axis, slice = args.slice, relative_intensity= args.absolute_values)
if args.subcommand == 'convert':
convert = qim3d.io.Convert()
convert.convert(args.input_path, args.output_path)
qim3d.io.convert(args.input_path, args.output_path)
if __name__ == '__main__':
main()
\ No newline at end of file
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