Skip to content

Commit

Permalink
Clarify Windows winpty issue in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsayellow committed Jul 21, 2018
1 parent dd643cb commit edfa28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_scripts/git_version_str
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ fi
# check if $file_to_mod got corrupted
#attempt didn't work: https://github.com/rprichard/winpty/issues/100
#syntax_error=(`winpty -Xallow-non-tty python3 -m py_compile marcam/const.py`)
# TODO: the following line causes: "stdout is not a tty"
# TODO: the following line causes: "stdout is not a tty" on Windows
syntax_error=(`python3 -m py_compile "$file_to_mod"`)
if [ ! -z "$syntax_error" ]; then
echo "gen_app corrupted $file_to_mod"
Expand Down

0 comments on commit edfa28f

Please sign in to comment.