From 159a477b99ff9542ae3065be505a9c2cbcbaf27e Mon Sep 17 00:00:00 2001 From: Francisco Oca Date: Thu, 12 Mar 2020 22:13:36 -0400 Subject: [PATCH] Fixes #873 (#874) https://github.com/redcanaryco/atomic-red-team/issues/873 --- execution-frameworks/contrib/python/runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.