Skip to content

Commit

Permalink
wip agu 2024, sqlite default name should not be None
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasLecocq committed Dec 6, 2023
1 parent 2982dd9 commit 0406649
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions msnoise/s000installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ def ask(prompt, default, input_func=raw_input):
prefix = ""

if tech == 1:
if not filename:
filename = "db.sqlite"
engine = create_engine('sqlite:///%s' % filename, echo=False)
database = None
username = None
Expand Down

0 comments on commit 0406649

Please sign in to comment.