Skip to content

Commit aef31ce

Browse files
committed
note bug
1 parent 342f0de commit aef31ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pyff/samlmd.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ def find_merge_strategy(strategy_name):
7777
if '.' not in strategy_name:
7878
strategy_name = "pyff.merge_strategies:%s" % strategy_name
7979
if ':' not in strategy_name:
80+
# TODO: BUG: Parameter 'occurrence' unfilled
8081
strategy_name = rreplace(strategy_name, '.', ':') # backwards compat for old way of specifying these
8182
return load_callable(strategy_name)
8283

0 commit comments

Comments
 (0)