projects
/
Portfolio.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
aeedf1752039fca9ae5fdb061b4804ceded40ed7
[Portfolio.git]
/
skins
/
set_photo_title.py
1
## Script (Python) "set_photo_title"
2
##title=Update Photot title
3
##parameters=title
4
if
context
.
Title
() !=
title
:
5
context
.
editMetadata
(
title
=
title
)