Hi,
Trying to debug an issue with a component not receiving messages. I printed out the msg.url() from the init function of my script and it looks wrong.
DEBUG:SCRIPT: url: [battle:/collection0/battle_character_i#battle_character_image_s]
DEBUG:SCRIPT: url: [battle:/collection1/battle_character_i#battle_character_image_s]
DEBUG:SCRIPT: url: [battle:/collection2/battle_character_i#battle_character_image_s]
It is printing battle_character_i
instead of battle_character_image_selector
and battle_character_image_s
instead of battle_character_image_selector
.
Is this just a side-effect of pprint() or is there a max-length on identifiers?