Skip to content

Commit 8de0c12

Browse files
committed
- Print python version
1 parent b071560 commit 8de0c12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
_ROOT_DIR = Path(__file__).resolve().parent
3030
_PATCH_BIN_RELPATH = Path('third_party/git/usr/bin/patch.exe')
3131

32+
get_logger().info('Python version: {}'.format(sys.version_info))
3233

3334
def _get_vcvars_path(name='64'):
3435
"""

0 commit comments

Comments
 (0)