Hi, I'm experiencing an issue where pylnk3 seems to be modifying my shortcut's target variables.
Here's what the shortcut looks like before processing:

Then, I run just the following minimal code:
import pylnk3
lnk = pylnk3.parse(lnk_path)
lnk.save()
After this, my shortcut changes and now looks like this:

I mean, yes it's working, but is is there a way to preserve the original structure of the shortcut?
Thanks in advance for your help!