aboutsummaryrefslogtreecommitdiffstats
path: root/xtesting/core/feature.py
diff options
context:
space:
mode:
Diffstat (limited to 'xtesting/core/feature.py')
-rw-r--r--xtesting/core/feature.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtesting/core/feature.py b/xtesting/core/feature.py
index 946233d6..feae9885 100644
--- a/xtesting/core/feature.py
+++ b/xtesting/core/feature.py
@@ -85,7 +85,7 @@ class BashFeature(Feature):
__logger = logging.getLogger(__name__)
def __init__(self, **kwargs):
- super(BashFeature, self).__init__(**kwargs)
+ super().__init__(**kwargs)
self.result_file = "{}/{}.log".format(self.res_dir, self.case_name)
def execute(self, **kwargs):