Skip to content

Commit d15f3d9

Browse files
authored
Force yapps call to use python utf8 mode to handle unicode in python scripts
1 parent aa8e48f commit d15f3d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PYTHON = python3
88
#
99
# Command to execute the yapps2.py script. Note it sets the PYTHONPATH
1010
# environment variable as yapps requires our modified runtime to run.
11-
YAPPS2CMD = PYTHONPATH=. $(PYTHON) ./yapps3/yapps2.py
11+
YAPPS2CMD = PYTHONPATH=. $(PYTHON) -X utf8 ./yapps3/yapps2.py
1212

1313
package: CifFile_module.py StarFile.py Parsers
1414
#

0 commit comments

Comments
 (0)