Skip to content

Commit 31026aa

Browse files
committed
1 parent f88dcc3 commit 31026aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcloud/bigquery/job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ def _require_client(self, client):
577577
return client
578578

579579
def _populate_config_resource(self, configuration):
580-
580+
"""Helper for _build_resource: copy config properties to resource"""
581581
if self.allow_jagged_rows is not None:
582582
configuration['allowJaggedRows'] = self.allow_jagged_rows
583583
if self.allow_quoted_newlines is not None:

0 commit comments

Comments
 (0)