Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
j-woz committed Jan 23, 2025
1 parent d878c97 commit 1eeb07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/conda/find-pkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def fail(msg):
with open(args.filename, "r") as fp:
J = json.load(fp)

if args["v"]:
if args.v:
print(str(J))
print(str(J["packages"]))

Expand Down

0 comments on commit 1eeb07e

Please sign in to comment.