From 4fa4a4c5532d61d89950040fb7dda6c886a1db1e Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Mon, 24 Oct 2022 17:58:25 +0200 Subject: [PATCH] fix text error --- ereuse_devicehub/resources/device/sync.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ereuse_devicehub/resources/device/sync.py b/ereuse_devicehub/resources/device/sync.py index b118d6ae..90403871 100644 --- a/ereuse_devicehub/resources/device/sync.py +++ b/ereuse_devicehub/resources/device/sync.py @@ -35,10 +35,11 @@ DEVICES_ALLOW_DUPLICITY = [ err_motherboard = "Error: We have detected that a there is a device" err_motherboard += " in your inventory with this system UUID. " err_motherboard += "We proceed to block this snapshot to prevent its" -err_motherboard += " its information from being updated incorrectly." +err_motherboard += " information from being updated incorrectly." err_motherboard += " The solution we offer you to inventory this device " err_motherboard += "is to do it by creating a placeholder." + class Sync: """Synchronizes the device and components with the database."""