Skip to content

Commit

Permalink
fix Predicate to be inside of Payload
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed Jun 8, 2023
1 parent 3bda131 commit 7f38da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ideclr.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def make_activation(args):
},
}
if hasattr(args, "predicate") and args.predicate:
decl["Predicate"] = args.predicate
decl["Payload"]["Predicate"] = args.predicate
return decl


Expand Down

0 comments on commit 7f38da5

Please sign in to comment.