From a524aa3ab9b219463cef30ae88f5e327d14fb394 Mon Sep 17 00:00:00 2001 From: paulojamorim Date: Wed, 24 Feb 2010 17:40:00 +0000 Subject: [PATCH] FIX: Removed creation text file ("c:\\arquivo.txt"), It was just for testing, was added accidentally. --- invesalius/reader/dicom.py | 4 ---- 1 file changed, 0 insertions(+), 4 deletions(-) diff --git a/invesalius/reader/dicom.py b/invesalius/reader/dicom.py index 697e998..24695cc 100644 --- a/invesalius/reader/dicom.py +++ b/invesalius/reader/dicom.py @@ -191,10 +191,6 @@ class Parser(): if (sys.platform == 'win32'): filename = filename.encode('latin-1') - var_file = open("c:\\arquivo.txt","w") - var_file.write(filename) - var_file.close() - if path.isfile(filename): # Several information can be acquired from DICOM using # vtkgdcm.vtkGDCMImageReader.GetMedicalImageProperties() -- libgit2 0.21.2