Update openpype/modules/slack/plugins/publish/integrate_slack_api.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Petr Kalis 2022-03-24 11:57:56 +01:00 committed by GitHub
parent aaa4c1d54c
commit 4442ef7128
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -212,7 +212,7 @@ class IntegrateSlackAPI(pyblish.api.InstancePlugin):
self.log.warning("Error happened {}".format(error_str))
except Exception as e:
error_str = self._enrich_error(str(e), channel)
self.log.warning("Not SlackAPI error: {}".format(error_str))
self.log.warning("Not SlackAPI error", exc_info=True)
return None, []