We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65d92dd + b0f0ee7 commit 9238959Copy full SHA for 9238959
storage/api/compose_objects.py
@@ -99,5 +99,5 @@ def main(bucket, destination, sources):
99
100
args = parser.parse_args()
101
102
- main(parser.bucket, parser.destination, parser.sources)
+ main(args.bucket, args.destination, args.sources)
103
# [END all]
0 commit comments