This commit is contained in:
Petr Kalis 2023-01-04 12:52:32 +01:00
parent 158b1481d4
commit dff87d4e1c

View file

@ -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 [], []