diff GCMS/library_lookup.py @ 20:f70b2c169e3a

fixed select column option
author linda.bakker@wur.nl <linda.bakker@wur.nl>
date Fri, 01 May 2015 14:08:26 +0200
parents 4393f982d18f
children f0c6feab06e7
line wrap: on
line diff
--- a/GCMS/library_lookup.py	Fri Apr 17 17:08:48 2015 +0200
+++ b/GCMS/library_lookup.py	Fri May 01 14:08:26 2015 +0200
@@ -23,7 +23,7 @@
     if ('columntype' not in header or
         'columnphasetype' not in header or
         'cas' not in header):
-        raise IOError('Missing columns in ', library_file)
+        raise IOError('Missing columns (create_lookup_table) in ', library_file)
 
     column_type_column = header.index("columntype")
     statphase_column = header.index("columnphasetype")