We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa8e48f commit d15f3d9Copy full SHA for d15f3d9
src/Makefile
@@ -8,7 +8,7 @@ PYTHON = python3
8
#
9
# Command to execute the yapps2.py script. Note it sets the PYTHONPATH
10
# environment variable as yapps requires our modified runtime to run.
11
-YAPPS2CMD = PYTHONPATH=. $(PYTHON) ./yapps3/yapps2.py
+YAPPS2CMD = PYTHONPATH=. $(PYTHON) -X utf8 ./yapps3/yapps2.py
12
13
package: CifFile_module.py StarFile.py Parsers
14
0 commit comments