GlobalFishingWatch / gpsdio

AIS I/O with Python, dictionaries, and the GPSd AIVDM schema.
Other
6 stars 3 forks source link

Add an "if not self.closed" check in GPSDIOStream.close() and BaseDriver #140

Closed geowurster closed 9 years ago

geowurster commented 9 years ago

To prevent raising exceptions if .close() is called multiple times.

geowurster commented 9 years ago

This shouldn't cause a problem. Will re-open if it does.