Skip to content

Commit fe85a9e

Browse files
committed
- CLOUDSTACK-3229: Fixes a syntax error in s3xen
1 parent 3813189 commit fe85a9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • scripts/vm/hypervisor/xenserver

scripts/vm/hypervisor/xenserver/s3xen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ def s3(session, args):
352352
client.delete(bucket, key, filename)
353353
else:
354354
raise RuntimeError(
355-
"S3 plugin does not support operation " + operation))
355+
"S3 plugin does not support operation " + operation)
356356

357357
return 'true'
358358

0 commit comments

Comments
 (0)