mirror of
https://github.com/python/cpython.git
synced 2025-09-17 22:20:23 +00:00
fixed warning and error message
This commit is contained in:
parent
468f700af7
commit
1733c9362b
5 changed files with 5 additions and 5 deletions
|
@ -374,7 +374,7 @@ class build_py(Command):
|
|||
|
||||
def byte_compile(self, files):
|
||||
if sys.dont_write_bytecode:
|
||||
self.warn('byte-compile not supported on this platform, skipping.')
|
||||
self.warn('byte-compiling is disabled, skipping.')
|
||||
return
|
||||
|
||||
from distutils.util import byte_compile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue