package: replace open(fn, 'w').close() by open(fn, 'wb').close()
We don't need to open the files in text mode just to create them (or update their modification time).
Showing
Please
register
or
sign in
to comment
We don't need to open the files in text mode just to create them (or update their modification time).