Skip to content

Commit 9238959

Browse files
author
Jonathan Wayne Parrott
committed
Merge pull request #145 from LookLikeAPro/master
fix storage/api/compose_objects main call
2 parents 65d92dd + b0f0ee7 commit 9238959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/api/compose_objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ def main(bucket, destination, sources):
9999

100100
args = parser.parse_args()
101101

102-
main(parser.bucket, parser.destination, parser.sources)
102+
main(args.bucket, args.destination, args.sources)
103103
# [END all]

0 commit comments

Comments
 (0)