From e4b7ff5e0e38dce802f165dda16b8178008e6053 Mon Sep 17 00:00:00 2001 From: Noe Ruiz Date: Tue, 10 Dec 2024 09:08:32 -0500 Subject: [PATCH] code pylint update attempting to fix the pylint error --- Motorized_POV_Display/code.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Motorized_POV_Display/code.py b/Motorized_POV_Display/code.py index ff87ad0d9..47908dbcf 100755 --- a/Motorized_POV_Display/code.py +++ b/Motorized_POV_Display/code.py @@ -99,8 +99,6 @@ class BMPError(Exception): except OSError as e: if e.args[0] == 28: raise OSError("OS Error 28 0.25") - else: - raise OSError("OS Error 0.5") except BMPError as e: print("Failed to parse BMP: " + e.args[0])