Skip to content

Commit

Permalink
update db name
Browse files Browse the repository at this point in the history
  • Loading branch information
rajasbansal committed Aug 23, 2023
1 parent 09a0082 commit bfa662c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autolabel/database/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# several different labeling jobs going on).
# DB_PATH = join(expanduser("~"), ".autolabel.db")

DB_PATH = ".autolabel.db"
DB_PATH = ".autolabel.v15.db"


def create_db_engine(db_path: Optional[str] = DB_PATH) -> Engine:
Expand Down

0 comments on commit bfa662c

Please sign in to comment.