Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AossTower
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Monitor
Incidents
Analyze
Value stream analytics
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
AossTower
Commits
1899469f
Verified
Commit
1899469f
authored
6 years ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Fix influxdb ldmp generator class usage
parent
a519f4f6
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
aosstower/level_00/influxdb.py
+2
-2
2 additions, 2 deletions
aosstower/level_00/influxdb.py
with
2 additions
and
2 deletions
aosstower/level_00/influxdb.py
+
2
−
2
View file @
1899469f
...
@@ -110,8 +110,8 @@ def main():
...
@@ -110,8 +110,8 @@ def main():
# wu_pw = open(args.wu_password_file, 'r').read().strip()
# wu_pw = open(args.wu_password_file, 'r').read().strip()
if
args
.
ldmp
:
if
args
.
ldmp
:
from
aosstower.level_00.parser
import
ldmp_g
enerator
from
aosstower.level_00.parser
import
LDMPG
enerator
record_gen
=
ldmp_g
enerator
(
args
.
src
,
args
.
tables
)
record_gen
=
LDMPG
enerator
(
args
.
src
,
args
.
tables
)
else
:
else
:
src
=
open
(
args
.
src
,
"
r
"
)
src
=
open
(
args
.
src
,
"
r
"
)
record_gen
=
read_frames
(
src
,
tail
=
args
.
tail
)
record_gen
=
read_frames
(
src
,
tail
=
args
.
tail
)
...
...
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