From 72c14ecdcf502cfeba72901e59b18272433ae52a Mon Sep 17 00:00:00 2001 From: Vincent Danno Date: Wed, 12 May 2021 21:31:48 +0200 Subject: Remove superfluous property declaration It is inherited. Signed-off-by: Vincent Danno Change-Id: Ic68172dfb93f03cc62cf4944b82de8bc1e37b097 --- xtesting/core/robotframework.py | 1 - 1 file changed, 1 deletion(-) (limited to 'xtesting/core/robotframework.py') diff --git a/xtesting/core/robotframework.py b/xtesting/core/robotframework.py index fa04454e..a973e9a2 100644 --- a/xtesting/core/robotframework.py +++ b/xtesting/core/robotframework.py @@ -53,7 +53,6 @@ class RobotFramework(testcase.TestCase): """RobotFramework runner.""" __logger = logging.getLogger(__name__) - dir_results = "/var/lib/xtesting/results" def __init__(self, **kwargs): super(RobotFramework, self).__init__(**kwargs) -- cgit 1.2.3-korg