- CLOUDSTACK-3229: Fixes a syntax error in s3xen

This commit is contained in:
John Burwell 2013-08-01 02:53:05 -04:00
parent f12adfff8a
commit 9f1c74fe65
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ def s3(session, args):
client.delete(bucket, key, filename)
else:
raise RuntimeError(
"S3 plugin does not support operation " + operation))
"S3 plugin does not support operation " + operation)
return 'true'