Merge pull request #454 from VGuette/master
Missing parentheses in call to 'print' Thanks for the contribution!
This commit is contained in:
commit
8e06726f6b
@ -10,7 +10,7 @@ sys.path.insert(0, '.')
|
||||
build_sh = subprocess.Popen(['sh', 'xgboost/build-python.sh'])
|
||||
build_sh.wait()
|
||||
output = build_sh.communicate()
|
||||
print output
|
||||
print (output)
|
||||
|
||||
import xgboost
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user