One more connect 'guessed' fix

This commit is contained in:
Przemyslaw Kaminski 2015-04-20 17:45:57 +02:00
parent dbd34f320b
commit a3c5d5a0e6

View File

@ -44,7 +44,7 @@ def connect(emitter, receiver, mapping=None):
#guessed.update(mapping)
mapping = mapping or guessed
for src, dst in guessed.items():
for src, dst in mapping.items():
# Disconnect all receiver inputs
# Check if receiver input is of list type first
if receiver.input_types.get(dst, '') != 'list':