schwul
This commit is contained in:
@@ -11,9 +11,9 @@ class TargetFactory:
|
||||
continue
|
||||
|
||||
target = glo[key]
|
||||
if 'Target' in key and 'Bank' not in key and key not in ['Target', 'BankTarget']:
|
||||
if 'Target' in key and 'Bank' not in key and key is not ['Target', 'BankTarget']:
|
||||
result[key] = target()
|
||||
elif 'Bank' in key and 'Target' not in key:
|
||||
elif 'Bank' in key and 'Target' not in key and key is not 'BankTarget':
|
||||
targets = TargetFactory.createBankTarget(target, key)
|
||||
result.update(targets)
|
||||
# todo check with driver?
|
||||
|
||||
Reference in New Issue
Block a user