Skip to content

Commit

Permalink
add missing $
Browse files Browse the repository at this point in the history
  • Loading branch information
larkee committed Jul 2, 2020
1 parent 194ec3c commit a6cf8a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google/cloud/spanner_v1/gapic/spanner_client.py
Expand Up @@ -964,6 +964,7 @@ def execute_streaming_sql(
seqno=seqno,
query_options=query_options,
)
print(request)
if metadata is None:
metadata = []
metadata = list(metadata)
Expand Down

0 comments on commit a6cf8a2

Please sign in to comment.