Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Discuss Data Project
Discuss Data
Commits
4ee62f38
Commit
4ee62f38
authored
Mar 30, 2021
by
felix.herrmann
Browse files
fix(mails): remove error cause by logging
parent
4c661018
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
discuss_data/dddatasets/models.py
View file @
4ee62f38
...
...
@@ -530,7 +530,7 @@ class DataSetPublicationRequest(models.Model):
self
.
dataset
,
self
.
category
,
self
.
dataset
.
get_absolute_url_curation
()
)
)
logger
.
error
(
"[DataSetPublicationRequest]"
,
self
.
category
.
get_curators_emails
())
logger
.
error
(
self
.
category
.
get_curators_emails
())
email_to
=
self
.
category
.
get_curators_emails
()
logger
.
error
(
"[DataSetPublicationRequest] send mail"
)
send_update_email
(
subject
,
message
,
email_to
)
...
...
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