Skip to content
Snippets Groups Projects
Unverified Commit 82bd79da authored by Claycomb, Abram Earl's avatar Claycomb, Abram Earl Committed by GitHub
Browse files

change goes error behavior

changed from specific error to anything containing `FATAL`
parent 1cd8ed4e
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ class GOESIMFV283Factory(IMFV283Factory):
self.server = server
self.user = user
self.password = password
self.javaerror = 'java.io.IOException: Socket closed'
self.javaerror = 'FATAL'
def get_timeseries(self, starttime, endtime, observatory=None,
channels=None, type=None, interval=None):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment