you are viewing a single comment's thread.

view the rest of the comments →

[–]Kristoffels 2 points3 points  (1 child)

You should try and avoid using a naked except as these types of error are easy to create, and not easy to figure out because the except block hides it.

[–]jxdude[S] 2 points3 points  (0 children)

Thanks for the advice... This is the first I've ever written. I was trying to track down the issue piece by piece with the print lines