Fixed an issue in idmapper metaclass wrapper, it caused text fields to be occationally be written with objects.
This commit is contained in:
parent
bbba695380
commit
0a394929b7
7 changed files with 146 additions and 45 deletions
|
|
@ -214,6 +214,7 @@ def format_script_list(scripts):
|
|||
table.align = 'r'
|
||||
for script in scripts:
|
||||
nextrep = script.time_until_next_repeat()
|
||||
print "@script:", script.key, type(script.key)
|
||||
table.add_row([script.id,
|
||||
script.obj.key if (hasattr(script, 'obj') and script.obj) else "<Global>",
|
||||
script.key,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue