Skip to content

Commit 7b634a5

Browse files
author
Chris O'Dell
committed
Debug commit - will remove
1 parent 21cbde2 commit 7b634a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

response/slack/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ def get_or_create_channel(self, channel_name, auto_unarchive=False):
155155
try:
156156
return self.create_channel(channel_name)
157157
except SlackError as e:
158+
logger.warning(e)
158159
if e.slack_error != "name_taken":
159160
# some other error, let's propagate it upwards
160161
raise

0 commit comments

Comments
 (0)