Skip to content
Snippets Groups Projects
Commit c872497f authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

Fix line length

parent b7258057
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,8 @@ class IAGA2002Writer(object):
buf = []
buf.append(self._format_header('Format', 'IAGA-2002'))
if 'agency_name' in stats:
buf.append(self._format_header('Source of Data', stats.agency_name))
buf.append(self._format_header('Source of Data',
stats.agency_name))
if 'station_name' in stats:
buf.append(self._format_header('Station Name', stats.station_name))
buf.append(self._format_header('IAGA CODE', stats.station))
......
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