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
It appears that MPF looks for "#config_version=5" on the very first line. If it is on the second line (after a crlf) it will throw the following error:
AssertionError: Version mismatch. Expected: #config_version=5 Actual: Files: [file path]
Ignoring leading white space should fix this.
The text was updated successfully, but these errors were encountered:
Various times I have added in a leading CRLF and it has caused a runtime issue. I assumed since leading space/crlf's aren't really valid, they could be stripped to make the YAML a little more forgiving.
Request:
It appears that MPF looks for "#config_version=5" on the very first line. If it is on the second line (after a crlf) it will throw the following error:
AssertionError: Version mismatch. Expected: #config_version=5 Actual: Files: [file path]
Ignoring leading white space should fix this.
The text was updated successfully, but these errors were encountered: