SeisComP3 / seiscomp3

SeisComP is a seismological software for data acquisition, processing, distribution and interactive analysis.
Other
111 stars 88 forks source link

typo bug in fdsnws.py - stops fdsn if useArclinkAccess enabled #261

Closed filefolder closed 4 years ago

filefolder commented 4 years ago

cross posted from the forum

src/trunk/apps/fdsnws/fdsnws.py line 855

self.access = Access() if self._useArclinkAccess else None

i think that should be self._access

gempa-jabe commented 4 years ago

Thanks a lot, we are going to fix that.

gempa-jabe commented 4 years ago

Fixed with 1fd46da6347dc66973cf2c0d645cdf907569ad18.