Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-stable
Commits
f730349e
Commit
f730349e
authored
Jan 06, 2010
by
Leigh B. Stoller
Browse files
Tweak comment.
parent
7046b6c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/test/createsliver.py
View file @
f730349e
...
...
@@ -216,7 +216,7 @@ if update:
Fatal
(
"Could not update sliver on CM"
)
pass
manifest
=
response
[
"value"
]
print
"Updated the sliver on the CM
. Renewing the sliver
..."
print
"Updated the sliver on the CM
, asking for a ticket copy
..."
print
str
(
manifest
)
#
...
...
@@ -228,7 +228,7 @@ rval,response = do_method("cm", "SliverTicket", params)
if
rval
:
Fatal
(
"Could not get sliver ticket/manifest"
)
pass
print
"Got a new
manifest/
ticket"
print
"Got a new ticket"
ticket
=
response
[
"value"
]
print
str
(
ticket
);
...
...
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