Skip to content

Commit

Permalink
debug message
Browse files Browse the repository at this point in the history
Bug: T362157
  • Loading branch information
vivian-rook committed Apr 9, 2024
1 parent dc3e220 commit 851b6e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions quarry/web/results.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ def __init__(self, qrun, path_template):
qrun.rev.query.id,
qrun.id,
)
import sys
print("--------------------------------------------------------------------------------", file=sys.stderr)
print(path, file=sys.stderr)
print("--------------------------------------------------------------------------------", file=sys.stderr)
self.db = sqlite3.connect(path)
self.db.text_factory = str

Expand Down

0 comments on commit 851b6e3

Please sign in to comment.