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
c94623b6
Unverified
Commit
c94623b6
authored
Nov 10, 2020
by
Sebastian Schüpbach
Browse files
remove redundant logging
Signed-off-by:
Sebastian Schüpbach
<
sebastian.schuepbach@unibas.ch
>
parent
9007ffef
Changes
1
Show whitespace changes
Inline
Side-by-side
mediametadatatodb_app/resources/MediametadataToDB.py
View file @
c94623b6
...
...
@@ -177,7 +177,7 @@ def _get_access_status(graph, record_id):
else
:
logging
.
info
(
f
'Digital object of record
{
record_id
}
has access type '
+
f
'`
{
resource
[
"name"
]
}
`. This makes the media resource unavailable.'
)
else
:
return
'unavailable'
logging
.
info
(
f
'Digital object of record
{
record_id
}
has no related access information!'
+
' Media resource is therefore unavailable'
)
return
'unavailable'
...
...
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