Skip to content

Commit

Permalink
Fix referencer.
Browse files Browse the repository at this point in the history
  • Loading branch information
alenz33 committed Mar 27, 2015
1 parent 81f672e commit 252b47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conduct/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def __init__(self, fmt):

def evaluate(self, chain):
result = self.fmt.format(chain=Dataholder(chain.params),
steps=chain.steps)
steps=Dataholder(chain.steps))

return result

Expand Down

0 comments on commit 252b47c

Please sign in to comment.