Commit 45676bcc authored by Watchtek's avatar Watchtek
Browse files

Solved pylint

parent 57386964
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
# disable=too-many-instance-attributes, too-many-arguments, too-many-positional-arguments, too-many-locals
# Same with above
# Disable specific message IDs.
disable=R0902, R0913, R0915, R0917, R0914
disable=R0902, R0913, R0915, R0917, R0914, R0912

[FORMAT]
# Maximum number of characters on a single line.
+0 −3
Original line number Diff line number Diff line
@@ -214,9 +214,6 @@ class MultipleTest(unittest.TestCase):

        except (FileNotFoundError, PermissionError) as e:
            print(f"Error saving screenshot for session {getattr(driver, 'instance_number', 'unknown')}: {e}")
        except Exception as e:
            print(f"Unexpected error in _take_screenshot for session {getattr(driver, 'instance_number', 'unknown')}: {e}")


    def _interact_with_time_filters(self, driver):
        """