From 90a9ba95439da95fafe7ba54eb02898f14f4113d Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Thu, 14 Nov 2024 17:44:58 +0100 Subject: live: bogus error in logs when connecting to ogserver This error is bogus: (2024-11-14 09:05:37) ogClient: [ERROR] - Partition query error for /dev/sdb: No medium found skip if device cannot be opened instead. --- src/live/ogOperations.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/live/ogOperations.py') diff --git a/src/live/ogOperations.py b/src/live/ogOperations.py index cee55e5..2666606 100644 --- a/src/live/ogOperations.py +++ b/src/live/ogOperations.py @@ -814,7 +814,6 @@ class OgLiveOperations: partitions = get_partition_data(device=f'/dev/{disk}') disk_data = get_disk_data(device=f'/dev/{disk}') except Exception as e: - logging.error(e) continue self._refresh_payload_disk(disk_data, part_setup, num_disk) -- cgit v1.2.3-18-g5258