Commit 312f151d authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio: Fix typo on "if" condition.

parent affb6f3b
import json import json
portal = context.getPortalObject() portal = context.getPortalObject()
if shared == ["true", "1", 1]: if shared in ["true", "1", 1]:
shared = True shared = True
if shared in ["false", "", 0, "0", None]: if shared in ["false", "", 0, "0", None]:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment