In constructor to the _DeviceDetectorFile class self.validPorts is not initialized. This causes an exception to be raised for me. If I add the line self.validPorts=[] to the class constructor this fixes the problem.
Log in to post a comment.