Skip to content

Commit

Permalink
fix(runner): remove extraneous comma in DML query
Browse files Browse the repository at this point in the history
  • Loading branch information
rayanht committed May 2, 2022
1 parent a6e397a commit 05584f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion amber_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def insert_BQ_entry(
"{hardware_vendor}",
"{hardware_model}",
"{hardware_driver_version}",
"{backend}",
"{backend}"
)
"""
delete_query = f"""
Expand Down
1 change: 0 additions & 1 deletion src/fuzzing_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ def broadcast_shader_data(generator_id: ULID, shader: SPIRVShader, monitor: Moni
NULL
)
"""
print(insert_query)
BQ_client.query(insert_query).result()


Expand Down

0 comments on commit 05584f8

Please sign in to comment.