Re: Loop Iteration

2005-12-21 Thread Steven D'Aprano
On Wed, 21 Dec 2005 18:05:22 +, RaH wrote: > Hello. > > I am writing a script to parse my logfiles to monitor sshd attempted > logins. I know I'm reinventing the wheel, but it's something I want > to do. The problem I am having is that upon the 4th or 5th pass in my > for statement I recieve

Loop Iteration

2005-12-21 Thread RaH
Hello. I am writing a script to parse my logfiles to monitor sshd attempted logins. I know I'm reinventing the wheel, but it's something I want to do. The problem I am having is that upon the 4th or 5th pass in my for statement I recieve an error AttributeError: 'NoneType' object has no attribute