Skip to content

Commit

Permalink
Default path option for shell
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Jul 21, 2020
1 parent 2c4d980 commit 7fcb182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/paperai/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def postloop(self):
def default(self, line):
Query.query(self.embeddings, self.db, line, None)

def main(path):
def main(path=None):
"""
Shell execution loop.
Expand Down

0 comments on commit 7fcb182

Please sign in to comment.