Comment 15 for bug 415719

Revision history for this message
David Paleino (dpaleino) wrote :

Also, shouldn't:

  if sk is not None: break

rather be:

  if sk is None: continue

?