We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d878c97 commit 1eeb07eCopy full SHA for 1eeb07e
dev/conda/find-pkg.py
@@ -24,7 +24,7 @@ def fail(msg):
24
with open(args.filename, "r") as fp:
25
J = json.load(fp)
26
27
-if args["v"]:
+if args.v:
28
print(str(J))
29
print(str(J["packages"]))
30
0 commit comments