typo
This commit is contained in:
@@ -8,7 +8,7 @@ class TargetFactory:
|
|||||||
glo = globals() # Save globals so the dict does not change during execution of the script
|
glo = globals() # Save globals so the dict does not change during execution of the script
|
||||||
|
|
||||||
for key in glo:
|
for key in glo:
|
||||||
if(type(target) != 'class'):
|
if type(key) != 'class':
|
||||||
continue
|
continue
|
||||||
|
|
||||||
target = glo[key]
|
target = glo[key]
|
||||||
|
|||||||
Reference in New Issue
Block a user