Skip to content
Snippets Groups Projects
Unverified Commit 7f59db75 authored by David Hoese's avatar David Hoese
Browse files

Fix metobs util import

parent d63eeb3a
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ for a specified day. ...@@ -11,7 +11,7 @@ for a specified day.
import os import os
import re import re
from datetime import datetime, timedelta from datetime import datetime, timedelta
from metobs.util import RODict, CONFIG as c #from metobs.util import RODict, CONFIG as c
CEILO_INCOMING_DIR = os.environ.get( 'CEILO_INCOMING_DIR', '/beach/incoming/Instrument_Data/METOBS/RIG/Ceilo/raw') CEILO_INCOMING_DIR = os.environ.get( 'CEILO_INCOMING_DIR', '/beach/incoming/Instrument_Data/METOBS/RIG/Ceilo/raw')
CEILO_PRAW_DIR = os.environ.get( 'CEILO_PRAW_DIR', '/beach/raw/aoss/ceilo') CEILO_PRAW_DIR = os.environ.get( 'CEILO_PRAW_DIR', '/beach/raw/aoss/ceilo')
......
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