Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AossCeilo
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MetObs
AossCeilo
Commits
7f59db75
Unverified
Commit
7f59db75
authored
7 years ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Fix metobs util import
parent
d63eeb3a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
aossceilo/CONFIG.py
+1
-1
1 addition, 1 deletion
aossceilo/CONFIG.py
with
1 addition
and
1 deletion
aossceilo/CONFIG.py
+
1
−
1
View file @
7f59db75
...
@@ -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
'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment