Commit e2cf660c authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio: Fix typos

parent 9f5999ac
Pipeline #15970 failed with stage
in 0 seconds
project = context.Item_getCurrentProjectValue()
project = context.Item_getCurrentProjectValue(**kw)
if project is not None:
return project.title
site = context.Item_getCurrentSiteTitle()
site = context.Item_getCurrentSiteValue(**kw)
if site is not None:
return site.title
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