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
Thank you for your finding! There is no certain reason for it, it's just my mistake!
At first, I I used f-string format f"!#$%^&()=[]{{}}|;\',?~" (in F-string format, in case we want to use { or }, we have to double them to distinguish with {<variable>}), then I defined the variable self.specialCharacters to store this string value and forgot change {{}} to {}.
I updated and pushed it to stabi branch. Ready for ROBFW-AIO 0.13.2
Error message
'Invalid key name: "para%%m1". Key names must not contain these special characters "!#$%^&()=[]{{}}|;\',?
~"`based on
self.specialCharacters = r'!#$%^&()=[]{{}}|;\',?
~'`that contains:
{{}}
Is there a certain reason to list the curly brackets twice?
The text was updated successfully, but these errors were encountered: