You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would be happy to write a PR for this, but does anyone have an opinion what the behaviour should be? Should it "just work" via from_msi? Or should it error? Or just warn that the attribute is wrong type and therefore ignored?
🐛 Bug Report
Before saving to pp-file, a user may have reason to modify or add a stash code. If the code is added in the string form, it is silently ignored.
How To Reproduce
Steps to reproduce the behaviour:
Inspect the file
test.pp
.The stash code in the file is zero.
Expected behaviour
Either the stash code in the file is 34001 or I get a type error because I should have used a
STASH
object instead of a string.Screenshots
Environment
Additional context
Click to expand this section...
The text was updated successfully, but these errors were encountered: