-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support reading python object type "Link"
Today we discovered the old way of reading 'Current Solar System' did not work anymore. It turned out that the '_setText' property of the label now references an object of type 'Link', which in turn contained a reference to a dictionary. That dictionary contains the properties of interest, three strings with keys '_alt', '_text', and '_url'. The '_text' property contained the current solar system name string as shown to the user.
- Loading branch information
Showing
1 changed file
with
50 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters