Skip to content

Commit

Permalink
Bug fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mortezaipo committed Jul 3, 2017
1 parent c3bd8c4 commit 9b9e4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def start(self):

# Check database file
if not lib.is_exists(project_dir, self._files["database"]):
if not lib.create_empty_db_file(project_dir, ".mtodo.db"):
if not lib.create_empty_db_file(project_dir, self._files["database"]):
lib.error("Couldn't create empty database in the project({}) directory.".format(project))
lib.exit_software(1)

Expand Down

0 comments on commit 9b9e4ab

Please sign in to comment.