Skip to content

Commit

Permalink
mibuild/generic_platform: fix default value for connectors
Browse files Browse the repository at this point in the history
sbourdeauducq committed Feb 17, 2014
1 parent c98b9ec commit bf6ab2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mibuild/generic_platform.py
Original file line number Diff line number Diff line change
@@ -169,7 +169,7 @@ def get_platform_commands(self):
return self.platform_commands

class GenericPlatform:
def __init__(self, device, io, default_crg_factory=None, connectors=None, name=None):
def __init__(self, device, io, default_crg_factory=None, connectors=[], name=None):
self.device = device
self.constraint_manager = ConstraintManager(io, connectors)
self.default_crg_factory = default_crg_factory

0 comments on commit bf6ab2b

Please sign in to comment.