tagger with number of expected tags. renumbering of hotkeys
This commit is contained in:
@@ -265,7 +265,7 @@ def print_tag(options):
|
||||
hash=file2hash(conn.cursor(), os.path.realpath(options.tag))
|
||||
if hash==None:
|
||||
print("Image not found "+os.path.realpath(options.tag))
|
||||
return
|
||||
sys.exit(1)
|
||||
db=conn.cursor()
|
||||
db.execute("SELECT DISTINCT tag FROM tags WHERE hash = ?",(hash,))
|
||||
print( ",".join( row[0] for row in db ))
|
||||
|
||||
Reference in New Issue
Block a user