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
bob
bob.db.kboc16
Commits
02ceafc7
Commit
02ceafc7
authored
Jan 28, 2016
by
MGB
Browse files
minor fixes
parent
191223c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/db/KBOC16/query.py
View file @
02ceafc7
...
...
@@ -136,7 +136,7 @@ class Database(bob.db.verification.utils.SQLiteDatabase,bob.db.verification.util
to the given group.
"""
return
[
client
.
sub
id
for
client
in
self
.
models
(
protocol
,
groups
)]
return
[
client
.
id
for
client
in
self
.
models
(
protocol
,
groups
)]
def
has_client_id
(
self
,
id
):
"""Returns True if we have a client with a certain integer identifier"""
...
...
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