Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fee1b1f

Browse files
1 parent 0803416 commit fee1b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/cloud-client/notification_polling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def summarize(message):
7979
attributes['overwroteGeneration'])
8080
if 'overwrittenByGeneration' in attributes:
8181
description += '\tOverwritten by generation: %s\n' % (
82-
attributes['ovewrittenByGeneration'])
82+
attributes['overwrittenByGeneration'])
8383

8484
payload_format = attributes['payloadFormat']
8585
if payload_format == 'JSON_API_V1':

0 commit comments

Comments
 (0)