Skip to content
Snippets Groups Projects

Refactor Cart into checkerboard table

Merged Mateusz Kudela requested to merge mkudela/issue-173 into develop
Compare and Show latest version
25 files
+ 985
102
Compare changes
  • Side-by-side
  • Inline
Files
25
@@ -76,4 +76,7 @@ class CommunicationFailureNotificator(ErrorNotificator[CommunicationError]):
@staticmethod
def _get_communication_timeout_message(exception: CommunicationTimeoutError) -> str:
return str(exception)
return (
f"Timeout occurred during communication with {exception.url}."
f" Took over {exception.timeout_secs:.2f} seconds."
)
Loading