mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Let ruff autofix some things from the newest version
This commit is contained in:
@@ -116,7 +116,7 @@ def consume_file(
|
||||
{"type": "status_update", "data": payload},
|
||||
)
|
||||
except ConnectionError as e:
|
||||
logger.warning(f"ConnectionError on status send: {str(e)}")
|
||||
logger.warning(f"ConnectionError on status send: {e!s}")
|
||||
# consuming stops here, since the original document with
|
||||
# the barcodes has been split and will be consumed separately
|
||||
|
||||
|
Reference in New Issue
Block a user