Skip to content
Snippets Groups Projects
Commit a7f362af authored by Hal Simpson's avatar Hal Simpson
Browse files

Minor changes for linter

parent 60eef804
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ class IMFV283Parser(object):
goes_header = self._parse_goes_header(goes_data)
data = self._get_data(goes_header, goes_data)
self._post_process(data, msg_header, goes_header)
except (KeyError, IndexError, ValueError) as e:
except (KeyError, IndexError, ValueError):
sys.stderr.write("Incorrect data line ")
sys.stderr.write(line)
......
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