Skip to content

Commit

Permalink
Edit printout
Browse files Browse the repository at this point in the history
  • Loading branch information
raunakab committed Dec 16, 2024
1 parent 038481a commit 019d354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ci-scripts/job_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def submit_job(
result = Result(query=index, duration=duration, error_msg=error_msg)
results.append(result)

print(results)
print(f"{results=}")


if __name__ == "__main__":
Expand Down

0 comments on commit 019d354

Please sign in to comment.