forgot to remove TODO, fixed
parent
e826c31048
commit
d4fed7aee4
|
@ -349,7 +349,6 @@ if __name__ == "__main__":
|
|||
# unique - return error if not found or multiple found
|
||||
# hash - perform lookup by hash
|
||||
# tags - perform lookup by tag or set of tags
|
||||
#TODO: modifiers: first unique
|
||||
if command[0] == "lookup":
|
||||
if len(sys.argv)<4:
|
||||
print("Too few arguments!", file=sys.stderr)
|
||||
|
|
Loading…
Reference in New Issue