Fix etq repl starting in '.' instead of '.\_etiquette'.
This commit is contained in:
parent
5792c3bdcf
commit
8d7f97a996
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ def photag(photo_id):
|
|||
|
||||
def erepl_argparse(args):
|
||||
global P
|
||||
P = etiquette.photodb.PhotoDB('.', create=args.create)
|
||||
P = etiquette.photodb.PhotoDB(create=args.create)
|
||||
|
||||
if args.exec_statement:
|
||||
exec(args.exec_statement)
|
||||
|
|
Loading…
Reference in a new issue