소스 검색

Fixed error message, PyPy3

pull/932/head
Samuel Villamonte 9 년 전
committed by GitHub
부모
커밋
7a6cbbcd08
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      plugins/python-build/share/python-build/pypy3.5-portable-5.8.0

+ 1
- 1
plugins/python-build/share/python-build/pypy3.5-portable-5.8.0 파일 보기

@ -5,7 +5,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
* )
{ echo
colorize 1 "ERROR"
echo ": Portable PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
echo ": Portable PyPy3 is not available for $(pypy_architecture 2>/dev/null || true)."
echo
} >&2
exit 1

불러오는 중...
취소
저장