Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
typo on IndexError except
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Jul 31, 2020
1 parent 791f28e commit b0e6de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Crow_GC/Pull_GC.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit b0e6de2

Please sign in to comment.