Skip to content

Commit

Permalink
Fix failing formatting check
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus committed Aug 22, 2023
1 parent bd70b4c commit 62773ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qfieldsync/core/cloud_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ def get_last_login_error(self) -> str:
error_str = self.tr("Server error {}").format(http_code)
elif http_code is None or (http_code >= 400 and http_code < 500):
error_str = str(self._login_error)

error_str = strip_html(error_str).strip()

if not error_str:
Expand Down

0 comments on commit 62773ea

Please sign in to comment.