Skip to content

Commit

Permalink
#125 minor fix to database export script path
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Aug 18, 2024
1 parent aef7e5a commit c159f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scribe_data/load/send_dbs_to_scribe.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
get_language_from_iso,
)

PATH_TO_SCRIBE_DATA_ROOT = Path(__file__).parent.parent
PATH_TO_SCRIBE_DATA_ROOT = Path(__file__).parent.parent.parent.parent

dbs_to_send = list(
Path(PATH_TO_SCRIBE_DATA_ROOT, DEFAULT_SQLITE_EXPORT_DIR).glob("*.sqlite")
Expand Down

0 comments on commit c159f0a

Please sign in to comment.