Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/isb-cgc/ISB-CGC-Common in…
Browse files Browse the repository at this point in the history
…to isb-cgc-prod-sp
  • Loading branch information
s-paquette committed Jul 31, 2018
2 parents 160a63d + 98a52b6 commit fddeb52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google_helpers/bigquery/bq_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,9 +528,9 @@ def build_bq_filter_and_params(filters, comb_with='AND', param_suffix=None, with
query_param_1 = query_param
query_param_2 = copy.deepcopy(query_param)
query_param = [query_param_1, query_param_2, ]
query_param_1['name'] = query_param_1
query_param_1['name'] = param_name_1
query_param_1['parameterValue']['value'] = values[0]
query_param_2['name'] = query_param_2
query_param_2['name'] = param_name_2
query_param_2['parameterValue']['value'] = values[1]

else:
Expand Down

0 comments on commit fddeb52

Please sign in to comment.