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

changed nl files to not have a directory attached.

parent d1f7939d
No related branches found
No related tags found
No related merge requests found
......@@ -164,8 +164,7 @@ class GOESIMFV283Factory(IMFV283Factory):
buf.append(start.datetime.strftime('%y/%j %H:%M:%S\n'))
buf.append('DAPS_UNTIL: ')
buf.append(end.datetime.strftime('%y/%j %H:%M:%S\n'))
buf.append('NETWORK_LIST: ./opendcs/netlist/' +
self.observatory.lower() + '.nl\n')
buf.append('NETWORK_LIST: ' + self.observatory.lower() + '.nl\n')
buf.append('DAPS_STATUS: N\n')
buf.append('RETRANSMITTED: N\n')
buf.append('ASCENDING_TIME: false\n')
......
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