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
01413001
Commit
01413001
authored
Aug 28, 2013
by
Giorgos Korfiatis
Browse files
Fix project info
parent
d1df42a7
Changes
1
Show whitespace changes
Inline
Side-by-side
kamaki/cli/commands/snf-astakos.py
View file @
01413001
...
...
@@ -541,7 +541,7 @@ class project_info(_astakos_init, _optional_json):
@
astakoserror
def
_run
(
self
,
project_id
):
self
.
_print
(
self
.
client
.
get_project
s
(
self
.
token
,
project_id
),
print_dict
)
self
.
client
.
get_project
(
self
.
token
,
project_id
),
print_dict
)
def
main
(
self
,
project_id
):
super
(
self
.
__class__
,
self
).
_run
()
...
...
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