diff --git a/execution-frameworks/contrib/python/runner.py b/execution-frameworks/contrib/python/runner.py index 6a2b3085..caf3a916 100644 --- a/execution-frameworks/contrib/python/runner.py +++ b/execution-frameworks/contrib/python/runner.py @@ -530,7 +530,7 @@ class AtomicRunner(): tech = self.techniques[technique_name] # Gets Executors. - executors = get_executors(tech) + executors = get_valid_executors(tech) try: # Get executor at given position.