mirror of
https://github.com/netinvent/npbackup.git
synced 2025-09-13 08:24:40 +08:00
Spelling fix
This commit is contained in:
parent
b51cc11d47
commit
3817940c0f
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ def restic_json_to_prometheus(
|
|||
).human_iec_bytes
|
||||
logger.info(f"Processed {processed_bytes_iec} of data")
|
||||
if minimum_backup_size_error:
|
||||
# We need bytes for litteral comparison
|
||||
# We need bytes for literal comparison
|
||||
processed_bytes = BytesConverter(
|
||||
str(restic_json["total_bytes_processed"])
|
||||
).bytes
|
||||
|
|
Loading…
Add table
Reference in a new issue