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
kamaki
Commits
48cae069
Commit
48cae069
authored
Nov 23, 2012
by
Stavros Sachtouris
Browse files
Fix image_cli properties bug
parent
f23a5cdb
Changes
1
Hide whitespace changes
Inline
Side-by-side
kamaki/cli/commands/image_cli.py
View file @
48cae069
...
...
@@ -307,7 +307,7 @@ class image_delete(_init_cyclades):
class
image_properties
(
_init_cyclades
):
"""Get image properties"""
def
main
(
self
,
image_id
,
key
=
None
):
def
main
(
self
,
image_id
,
key
=
''
):
super
(
self
.
__class__
,
self
).
main
()
try
:
reply
=
self
.
client
.
get_image_metadata
(
image_id
,
key
)
...
...
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