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'm trying to parse a .rpp-bak file with rpp.load or rpp.loads, and neither of them works. The structure of this file is like:
It always raise a ValueError. Though split these versions before parsing can be an alternative, I hope this module can handle loading and saving this kind of file. Thank you!
Version of Python: 3.12.4
Version of rpp: 0.5
Version of attrs: 24.2.0
Version of ply: 3.11
System: Windows 11 23H2 22631.4037
Reproduce:
I'm trying to parse a .rpp-bak file with rpp.load or rpp.loads, and neither of them works. The structure of this file is like:
It always raise a ValueError. Though split these versions before parsing can be an alternative, I hope this module can handle loading and saving this kind of file. Thank you!
Version of Python: 3.12.4
Version of rpp: 0.5
Version of attrs: 24.2.0
Version of ply: 3.11
System: Windows 11 23H2 22631.4037
Reproduce:
The text was updated successfully, but these errors were encountered: