Fix init command, should create _etiquette directory.
This commit is contained in:
parent
aa3bc2d100
commit
023c540dbf
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ def easybake_argparse(args):
|
|||
photodb.commit()
|
||||
|
||||
def init_argparse(args):
|
||||
photodb = etiquette.photodb.PhotoDB('.', create=True)
|
||||
photodb = etiquette.photodb.PhotoDB(create=True)
|
||||
photodb.commit()
|
||||
|
||||
def purge_deleted_files_argparse(args):
|
||||
|
|
Loading…
Reference in a new issue