We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342f0de commit aef31ceCopy full SHA for aef31ce
src/pyff/samlmd.py
@@ -77,6 +77,7 @@ def find_merge_strategy(strategy_name):
77
if '.' not in strategy_name:
78
strategy_name = "pyff.merge_strategies:%s" % strategy_name
79
if ':' not in strategy_name:
80
+ # TODO: BUG: Parameter 'occurrence' unfilled
81
strategy_name = rreplace(strategy_name, '.', ':') # backwards compat for old way of specifying these
82
return load_callable(strategy_name)
83
0 commit comments