Skip to content
Snippets Groups Projects

Local itk-vtk-viewer

1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
+ 1
3
@@ -153,9 +153,7 @@ def main():
elif args.subcommand == "viz":
if args.method == "itk-vtk-viewer" and (
platform.system() == "Linux" or platform.system() == "Windows"
):
if args.method == "itk-vtk-viewer":
try:
# We need the full path to the file for the viewer
current_dir = os.getcwd()
Loading