From 46b07b3889cabcdaaeb0f72a979b5dea635e6694 Mon Sep 17 00:00:00 2001 From: Jonas Zeunert Date: Wed, 11 Mar 2020 23:41:23 +0100 Subject: [PATCH] bloed --- factories/TargetFactory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/factories/TargetFactory.py b/factories/TargetFactory.py index 16b07ff..f57f4f5 100644 --- a/factories/TargetFactory.py +++ b/factories/TargetFactory.py @@ -9,7 +9,7 @@ class TargetFactory: glo = globals() # Save globals so the dict does not change during execution of the script for key in glo: - if type(glo[key]) is type: + if type(glo[key]) is not type: continue target = glo[key]