forked from kubeflow/pipelines
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make util.run py3 compatible. (kubeflow#281)
* It looks like on python3 util.run keeps polling for the end of stdout becase we don't treat the final line as a byte string e.g b''. * Need to decode some strings in python3.
- Loading branch information
1 parent
ea5294f
commit 000a1ce
Showing
1 changed file
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters