Skip to content

Commit

Permalink
Small code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jun 26, 2019
1 parent cc5ec48 commit 361a4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appier_extras/parts/admin/models/locale.py
Expand Up @@ -193,7 +193,7 @@ def post_delete(self):

@appier.operation(
name = "Set Context",
parameters = (("Context", "context", "str"),)
parameters = (("Context", "context", str),)
)
def set_context_s(self, context):
self.context = context
Expand Down

0 comments on commit 361a4fc

Please sign in to comment.