Skip to content

Commit 1eeb07e

Browse files
committed
Fix syntax
1 parent d878c97 commit 1eeb07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/conda/find-pkg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def fail(msg):
2424
with open(args.filename, "r") as fp:
2525
J = json.load(fp)
2626

27-
if args["v"]:
27+
if args.v:
2828
print(str(J))
2929
print(str(J["packages"]))
3030

0 commit comments

Comments
 (0)