Skip to content

Commit

Permalink
Don't hedge, just state SQLite implementation detail
Browse files Browse the repository at this point in the history
From preview review: <#1601 (comment)>

Co-authored-by: John SJ Anderson <[email protected]>
  • Loading branch information
victorlin and genehack committed Jan 31, 2025
1 parent 28febb1 commit 4030371
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions augur/merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
transient disk space required is approximately the sum of the uncompressed size
of the inputs.
SQLite is used behind the scenes to implement the merge, but, at least for now,
this should be considered an implementation detail that may change in the
future. The SQLite 3 CLI, sqlite3, must be available. If it's not on PATH (or
you want to use a version different from what's on PATH), set the SQLITE3
environment variable to path of the desired sqlite3 executable.
SQLite is used behind the scenes to implement the merge, but this should be
considered an implementation detail that may change in the future. The SQLite 3
CLI, sqlite3, must be available. If it's not on PATH (or you want to use a
version different from what's on PATH), set the SQLITE3 environment variable to
path of the desired sqlite3 executable.
"""
import os
import re
Expand Down

0 comments on commit 4030371

Please sign in to comment.