changeset 17:72fe77df329b draft

Uploaded
author bornea
date Tue, 12 Apr 2016 15:15:35 -0400
parents 4b43913630d0
children 2c991a36347a
files SAINT_preprocessing.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/SAINT_preprocessing.py	Tue Apr 12 15:07:32 2016 -0400
+++ b/SAINT_preprocessing.py	Tue Apr 12 15:15:35 2016 -0400
@@ -57,7 +57,7 @@
         i = i + 3
 
     for cache_line in bait_cache:
-        bait_file_tmp.write(cache_line[1])
+        bait_file_tmp.write(cache_line)
 
     bait_file_tmp.close()