Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
d8d01e39
Commit
d8d01e39
authored
Nov 07, 2018
by
Nikita Titov
Committed by
Tsukasa OMOTO
Nov 07, 2018
Browse files
[python] fixed logging during installation (#1828)
parent
8ace7339
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python-package/setup.py
python-package/setup.py
+1
-1
No files found.
python-package/setup.py
View file @
d8d01e39
...
...
@@ -25,7 +25,7 @@ def find_lib():
exec
(
compile
(
open
(
libpath_py
,
"rb"
).
read
(),
libpath_py
,
'exec'
),
libpath
,
libpath
)
LIB_PATH
=
[
os
.
path
.
relpath
(
path
,
CURRENT_DIR
)
for
path
in
libpath
[
'find_lib_path'
]()]
logg
ing
.
info
(
"Installing lib_lightgbm from: %s"
%
LIB_PATH
)
logg
er
.
info
(
"Installing lib_lightgbm from: %s"
%
LIB_PATH
)
return
LIB_PATH
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment