mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Hound
This commit is contained in:
parent
158b1481d4
commit
dff87d4e1c
1 changed files with 1 additions and 1 deletions
|
|
@ -396,7 +396,7 @@ class SlackPython2Operations(AbstractSlackOperations):
|
|||
users = self._get_users()
|
||||
groups = self._get_groups()
|
||||
break
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
self.log.warning("Cannot pull user info, "
|
||||
"mentions won't work", exc_info=True)
|
||||
return [], []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue