Skip to content

Commit

Permalink
Merge remote-tracking branch 'GoogleCloudPlatform/master' into fix-ne…
Browse files Browse the repository at this point in the history
…w-partitioned-table
  • Loading branch information
richkadel committed May 6, 2017
2 parents 845cefa + 0744b98 commit 6af87ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def _update_state(self, operation_pb):
:class:`~google.longrunning.operations_pb2.Operation`
:param operation_pb: Protobuf to be parsed.
:raises ValueError: If there is more than one entry in ``results``.
:raises ValueError: If there are no ``results`` from the operation.
"""
super(Operation, self)._update_state(operation_pb)

Expand Down

0 comments on commit 6af87ca

Please sign in to comment.