Skip to content
New issue

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

Windows can't write to file #29

Open
patruff opened this issue May 6, 2024 · 2 comments
Open

Windows can't write to file #29

patruff opened this issue May 6, 2024 · 2 comments

Comments

@patruff
Copy link

patruff commented May 6, 2024

Error using maestro, line 303, should have it forced to UTF-8 (crashed on Windows). Otherwise great, thanks for the framework!

@jimmc414
Copy link

jimmc414 commented May 8, 2024

change
with open(filename, 'w') as file:
to
with open(filename, 'w', encoding='utf-8') as file:

@patruff
Copy link
Author

patruff commented May 9, 2024

Yup @jimmc414 I did, just didn't want to re-run it. It's just the log, for some reason it wasn't outputting the code to file (again might have been a Windows issue), but I got the code I wanted in the output text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants