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
snf-image-creator
Commits
fd9af948
Commit
fd9af948
authored
Mar 16, 2013
by
Nikos Skalkotos
Browse files
Fix minor typos
parent
31160dc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
image_creator/main.py
View file @
fd9af948
...
...
@@ -274,7 +274,7 @@ def image_creator():
"(1/4) Calculating block hashes"
,
"(2/4) Uploading missing blocks"
)
out
.
output
(
"(3/4) Uploading metadata file..."
,
False
)
out
.
output
(
"(3/4) Uploading metadata file
..."
,
False
)
kamaki
.
upload
(
StringIO
.
StringIO
(
metastring
),
size
=
len
(
metastring
),
remote_path
=
"%s.%s"
%
(
options
.
upload
,
'meta'
))
...
...
@@ -297,7 +297,7 @@ def image_creator():
raise
FatalError
(
"Pithos client: %d %s"
%
(
e
.
status
,
e
.
message
))
finally
:
out
.
output
(
'cleaning up...'
)
out
.
output
(
'cleaning up
...'
)
disk
.
cleanup
()
out
.
success
(
"snf-image-creator exited without errors"
)
...
...
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