From b0e6de2560afc87e6a32ac633316adcbb6246aad Mon Sep 17 00:00:00 2001 From: JacksonBurns Date: Fri, 31 Jul 2020 15:18:14 -0400 Subject: [PATCH] typo on IndexError except --- Crow_GC/Pull_GC.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )