Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry committed Dec 29, 2016
1 parent 2e02d76 commit e2f801f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/io/gbq.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def run_query(self, query, **kwargs):
if config is not None:
if len(config) != 1:
raise ValueError("Only one job type must be specified, "
"but given {}".format(','.join(config.keys()))
"but given {}".format(','.join(config.keys())))
if 'query' in config:
if 'query' in config['query'] and query is not None:
raise ValueError("Query statement can't be specified "
Expand Down

0 comments on commit e2f801f

Please sign in to comment.