diff --git a/Crow_GC/Pull_GC.py b/Crow_GC/Pull_GC.py index 6d9742f..ae776f9 100644 --- a/Crow_GC/Pull_GC.py +++ b/Crow_GC/Pull_GC.py @@ -135,7 +135,7 @@ def pulldatacallback(): self.datalist[int(temp[C.globals_GC.welltarg[0]][C.globals_GC.welltarg[1]].text)-1, i] = str(keep).replace("\"", "").replace("]", "").replace("[", "") except IndexError as ie: if C.globals_GC.debug: - C.globals_GC.mylog(e) + C.globals_GC.mylog(ie) warningmessage = ( "Please select files in order starting from 1 to end" )