You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AssertionError:
(1 additional frame(s) were not displayed)
...
File "flask/app.py", line 1825, in full_dispatch_request
rv = self.handle_user_exception(e)
File "flask/app.py", line 1823, in full_dispatch_request
rv = self.dispatch_request()
File "flask/app.py", line 1799, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)
File "sipa/blueprints/news.py", line 107, in edit
"news_edit.html", content=try_get_content(current_app.cf_pages, filename)
File "sipa/blueprints/news.py", line 95, in try_get_content
assert isinstance(article, Article)
The text was updated successfully, but these errors were encountered:
Sentry Issue: SIPA-4G
The text was updated successfully, but these errors were encountered: