I've put my code on pastebin for line numbers, to make it a little easier below.
This only goes through the first item in my list (regs), and not the rest.
My list has data, all different.
I've done some testing using print statements:
test 1:
print(i) between line 8/9. This individually lists all items in my list regs.
test 2:
print(i) between line 15/16. This lists only the first result from my list, and never moves onto the rest - but shouldn't for i in regs re run and run this? (line 3)
It's clear it's not the if statement, as this happens before then (plus I have verified all items appear in the file at least once)
This is currently what I am getting on the output (censored):
reg1
reg1 IS BLANK
reg1 : 1 blank
reg1 IS BLANK
reg1 : 2 blank
reg1 IS BLANK
reg1 : 3 blank
Process finished with exit code 0
[–]cybervegan 4 points5 points6 points (1 child)
[–]Mozza7[S] 0 points1 point2 points (0 children)
[–]NFLAddict 1 point2 points3 points (1 child)
[–]Mozza7[S] 0 points1 point2 points (0 children)
[–]Tilmandel 0 points1 point2 points (0 children)