EOX GitLab Instance
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
View Server 2
harvester
Commits
fdac5c73
Commit
fdac5c73
authored
Dec 09, 2021
by
Fabian Schindler
Browse files
Fixing typo
parent
0835290b
Pipeline
#19520
passed with stage
in 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
harvester/cli.py
View file @
fdac5c73
...
@@ -87,7 +87,7 @@ def harvest(
...
@@ -87,7 +87,7 @@ def harvest(
validate_config
(
config
)
validate_config
(
config
)
client
=
init_client
(
host
,
port
)
client
=
init_client
(
host
,
port
)
item
=
{
"name"
,
harvester_name
}
item
=
{
"name"
:
harvester_name
}
if
values
:
if
values
:
item
[
"values"
]
=
json
.
loads
(
values
)
item
[
"values"
]
=
json
.
loads
(
values
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment