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
8971da51
Commit
8971da51
authored
Sep 22, 2014
by
Christos Stavrakakis
Browse files
cyclades: Fix typo
parent
9acd4c4e
Changes
1
Show whitespace changes
Inline
Side-by-side
snf-cyclades-app/synnefo/logic/management/commands/pool-show.py
View file @
8971da51
...
...
@@ -46,7 +46,7 @@ class Command(SynnefoCommand):
pool_id
=
int
(
args
[
0
])
pool_row
=
pool_table
.
objects
.
get
(
id
=
pool_id
)
except
IndexError
:
raise
CommandError
(
"Please provide
r
a pool ID"
)
raise
CommandError
(
"Please provide a pool ID"
)
except
(
ValueError
,
pool_table
.
DoesNotExist
):
raise
CommandError
(
"Invalid pool ID"
)
...
...
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