Revision e03ccd07

b/snf-astakos-app/astakos/quotaholder/callpoint.py
174 174
                try:
175 175
                    th = holdings[key]
176 176
                except KeyError:
177
                    m = ("There is no such holding %s" % key)
177
                    m = ("There is no such holding %s" % str(key))
178 178
                    provision = self._mkProvision(key, quantity)
179 179
                    raise NoHoldingError(m,
180 180
                                         provision=provision)

Also available in: Unified diff