Missing .decode() after check_output in cpp_extensions (#13935)
authorPeter Goldsborough <psag@fb.com>
Fri, 16 Nov 2018 20:12:01 +0000 (12:12 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 16 Nov 2018 20:16:29 +0000 (12:16 -0800)
commit5b1b8682a303379e8f52c282399540750e0b8200
tree6b509b100f669583807c794a97f710eb3c15b43f
parent8e91da4cb3d645b178b515bab54331c917340cd5
Missing .decode() after check_output in cpp_extensions (#13935)

Summary:
soumith
Pull Request resolved: https://github.com/pytorch/pytorch/pull/13935

Differential Revision: D13090852

Pulled By: goldsborough

fbshipit-source-id: 47da269d074fd1e7220e90580692d6ee489ec78b
torch/utils/cpp_extension.py