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
80d86853
Commit
80d86853
authored
Feb 28, 2013
by
Giorgos Korfiatis
Browse files
Return a holding as a tuple rather than list
parent
9774e224
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/quotaholder/callpoint.py
View file @
80d86853
...
...
@@ -262,8 +262,8 @@ class QuotaholderDjangoDBCallpoint(object):
reject
(
holder
)
continue
append
([
[
holder
,
h
.
resource
,
h
.
imported
,
h
.
exported
,
h
.
returned
,
h
.
released
]
append
([
(
holder
,
h
.
resource
,
h
.
imported
,
h
.
exported
,
h
.
returned
,
h
.
released
)
for
h
in
holdings
])
return
holdings_list
,
rejected
...
...
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