Francisco Oca
2020-03-12 22:13:36 -04:00
committed by GitHub
parent 8cb0e3e283
commit 159a477b99
@@ -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.