Skip to content

Commit

Permalink
cursor().execute
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jan 3, 2025
1 parent f096fa7 commit 5b2ac11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def do_run(self):
# Did we output power provenance data, as requested?
exec_times = set()
with ProvenanceReader() as reader:
for row in reader.execute(
for row in reader.cursor().execute(
"SELECT the_value "
"FROM power_provenance "
"WHERE description = 'Exec time (seconds)'"):
Expand Down

0 comments on commit 5b2ac11

Please sign in to comment.