Skip to content
Snippets Groups Projects
Commit fcc30cbf authored by Massimiliano Culpo's avatar Massimiliano Culpo
Browse files

fixes #967

parent d592a165
No related branches found
No related tags found
No related merge requests found
...@@ -186,7 +186,7 @@ def find(parser, args): ...@@ -186,7 +186,7 @@ def find(parser, args):
if args.unknown: if args.unknown:
known = False known = False
explicit = None explicit = any
if args.explicit: if args.explicit:
explicit = False explicit = False
if args.implicit: if args.implicit:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment