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
cb82bfb9
Commit
cb82bfb9
authored
Feb 12, 2014
by
Christos Stavrakakis
Browse files
plankton: Fix unicode error
Fix unicode error in log statement
parent
1fb70dd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-cyclades-app/synnefo/plankton/backend.py
View file @
cb82bfb9
...
...
@@ -424,7 +424,7 @@ class ImageBackend(object):
self
.
_update_meta
(
image_url
,
meta
)
self
.
_update_permissions
(
image_url
,
permissions
)
logger
.
debug
(
"User '%s' created image '%s'('%s')"
,
self
.
user
,
image_url
,
name
)
image_url
,
uenc
(
name
)
)
return
self
.
_get_image
(
image_url
)
def
_list_images
(
self
,
user
=
None
,
filters
=
None
,
params
=
None
):
...
...
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