Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
e9eb7991
Commit
e9eb7991
authored
Apr 19, 2013
by
Giorgos Korfiatis
Browse files
quotaholder: Fix printing of holding key
parent
44384026
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/quotaholder/callpoint.py
View file @
e9eb7991
...
...
@@ -174,7 +174,7 @@ class QuotaholderDjangoDBCallpoint(object):
try
:
th
=
holdings
[
key
]
except
KeyError
:
m
=
(
"There is no such holding %s"
%
key
)
m
=
(
"There is no such holding %s"
%
str
(
key
)
)
provision
=
self
.
_mkProvision
(
key
,
quantity
)
raise
NoHoldingError
(
m
,
provision
=
provision
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment