Skip to content

Commit

Permalink
fix mig
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Dec 16, 2020
1 parent cf34a6c commit fcd13ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
Pvm,
)

NEW_PVMS = {"Query": ("can_read")}
NEW_PVMS = {"Query": ("can_read",)}
PVM_MAP = {
Pvm("QueryView", "can_list"): (Pvm("Query", "can_read"),),
Pvm("QueryView", "can_show"): (Pvm("Query", "can_read"),),
Expand Down

0 comments on commit fcd13ae

Please sign in to comment.