Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
f-interop-contributors
myslicelib
Commits
9adaa1b3
Commit
9adaa1b3
authored
Apr 03, 2017
by
Loic Baron
Browse files
model.user debug message with list of ids
parent
21a707c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
myslicelib/model/user.py
View file @
9adaa1b3
...
@@ -90,7 +90,7 @@ class User(Entity):
...
@@ -90,7 +90,7 @@ class User(Entity):
except
Exception
as
e
:
except
Exception
as
e
:
import
traceback
import
traceback
traceback
.
print_exc
()
traceback
.
print_exc
()
raise
Exception
(
'Failed to fetch the Credentials for %s'
%
id
)
raise
Exception
(
'Failed to fetch the Credentials for %s'
%
id
s
)
return
self
return
self
...
...
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