Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DZDConnectPipeline
processing_semspec_init
Commits
295de2d2
Commit
295de2d2
authored
Jun 17, 2021
by
Tim Bleimehl
🤸🏼
Browse files
adapt to new semspect release
parent
db4269cb
Pipeline
#1141
passed with stage
in 18 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/main.py
View file @
295de2d2
...
...
@@ -15,6 +15,6 @@ NEO4J_CONFIG_DICT = json.loads(NEO4J_CONFIG_STRING)
log
.
debug
(
"NEO4J conf:
\n
{}"
.
format
(
json
.
dumps
(
NEO4J_CONFIG_DICT
)))
g
=
Graph
(
**
NEO4J_CONFIG_DICT
)
log
.
info
(
"RUN call
de.derivo.semspect.server.reload
"
)
res
=
g
.
run
(
"call
de.derivo.semspect.server.reload
"
)
log
.
info
(
"RUN call
semspect.init
"
)
res
=
g
.
run
(
"call
semspect.init
"
)
log
.
info
(
res
)
Write
Preview
Supports
Markdown
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