[PATCH] D57844: Handle CalledProcessError without a Python stack
Bob Haarman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 6 15:16:07 PST 2019
inglorion added inline comments.
================
Comment at: zorg/buildbot/builders/annotated/annotated_builder.py:44
+ # print the return code and fail the step.
+ if exn and isinstance(exn, subprojects.CalledProcessError):
+ cmd = ""
----------------
Did you mean "subprocess" instead of "subprojects"?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57844/new/
https://reviews.llvm.org/D57844
More information about the llvm-commits
mailing list