Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
postprocessing
Media Metadata Indexer
Commits
0e2bca5f
Unverified
Commit
0e2bca5f
authored
Mar 29, 2021
by
Sebastian Schüpbach
Browse files
fix syntax error
parent
2598787d
Pipeline
#23950
passed with stages
in 1 minute and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mediametadatatodb_app/resources/MediametadataToDB.py
View file @
0e2bca5f
...
...
@@ -345,7 +345,8 @@ class MediametadataToDB:
if
enriched_data
:
record_processor
.
digital_object_ok
(
record_id
,
enriched_data
)
if
_has_audio_snippet
(
enriched_data
):
snippet_entry
=
_create_audio_snippet_entry
(
enriched_data
,
access_status
)
snippet_entry
=
_create_audio_snippet_entry
(
enriched_data
,
access_status
)
if
snippet_entry
:
record_processor
.
audio_snippet_ok
(
record_id
,
snippet_entry
)
...
...
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