We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when initializing a Puzzle object (not loading from a file) if you want to use a version other than 1.3 you have to manually set two properties
Puzzle
puz = Puzzle() puz.version = '2.0' puz.fileversion = '2.0\0'
Should provide a better way either by generating fileversion from version and/or with a version keyword arg to the Puzzle initializer.
fileversion
version
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when initializing a
Puzzle
object (not loading from a file) if you want to use a version other than 1.3 you have to manually set two propertiesShould provide a better way either by generating
fileversion
fromversion
and/or with aversion
keyword arg to thePuzzle
initializer.The text was updated successfully, but these errors were encountered: