Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 0803416 commit fee1b1fCopy full SHA for fee1b1f
storage/cloud-client/notification_polling.py
@@ -79,7 +79,7 @@ def summarize(message):
79
attributes['overwroteGeneration'])
80
if 'overwrittenByGeneration' in attributes:
81
description += '\tOverwritten by generation: %s\n' % (
82
- attributes['ovewrittenByGeneration'])
+ attributes['overwrittenByGeneration'])
83
84
payload_format = attributes['payloadFormat']
85
if payload_format == 'JSON_API_V1':
0 commit comments