You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
q=input("The size of the species_form list is different than the lastSize in bindings.json, do you want to start from the beginning? (y/n): ")
144
144
ifq=="y":
145
145
lastIndex=0
146
146
exceptFileNotFoundError:
147
147
pass
148
148
149
-
print("There are {} forms to go through and you have gotten through {} of them, meaning {} more to go, good luck, you're doing this manually".format(len(species_form), lastIndex, len(species_form)-lastIndex))
149
+
# print("There are {} forms to go through and you have gotten through {} of them, meaning {} more to go, good luck, you're doing this manually".format(len(species_form), lastIndex, len(species_form)- lastIndex))
0 commit comments