diff --git a/invesalius/project.py b/invesalius/project.py index 547c756..0ce6f73 100755 --- a/invesalius/project.py +++ b/invesalius/project.py @@ -196,7 +196,7 @@ class Project(object): if not const.VTK_WARNING: fow = vtk.vtkFileOutputWindow() - #fow.SetFileName('c:\\vtkoutput.txt') + fow.SetFileName('vtkoutput.txt') ow = vtk.vtkOutputWindow() ow.SetInstance(fow) diff --git a/invesalius/reader/dicom_reader.py b/invesalius/reader/dicom_reader.py index b71695a..839b7e3 100644 --- a/invesalius/reader/dicom_reader.py +++ b/invesalius/reader/dicom_reader.py @@ -121,7 +121,7 @@ def GetDicomGroups(directory, recursive=True): if not const.VTK_WARNING: fow = vtk.vtkFileOutputWindow() - #fow.SetFileName('c:\\vtkoutput.txt') + fow.SetFileName('vtkoutput.txt') ow = vtk.vtkOutputWindow() ow.SetInstance(fow) -- libgit2 0.21.2