Another bugfix in run_and_gather_logs.

Change: 117375431
This commit is contained in:
Eugene Brevdo 2016-03-16 12:19:23 -08:00 committed by TensorFlower Gardener
parent 8ae38cb7d8
commit f1bccd320a
3 changed files with 4 additions and 4 deletions
tensorflow
contrib/lookup
core/util
tools/test

View File

@ -22,8 +22,7 @@ py_test(
srcs_version = "PY2AND3",
deps = [
":lookup_py",
"//third_party/py/numpy",
"//third_party/py/tensorflow",
"//tensorflow:tensorflow_py",
"//tensorflow/python:framework_test_lib",
"//tensorflow/python:platform_test",
],

View File

@ -51,7 +51,8 @@ message BenchmarkEntries {
message BuildConfiguration {
string mode = 1; // opt, dbg, etc
repeated string cc_flags = 2; // CC compiler flags
repeated string cc_flags = 2; // CC compiler flags, if known
repeated string opts = 3; // Bazel compilation options, if known
};
message CommitId {

View File

@ -35,7 +35,7 @@ try:
import psutil
except ImportError as e:
tf.logging.error("\n\n\nERROR: Unable to import necessary library: {}. "
"Issuing a soft exit.\n\n\n".format(e.message))
"Issuing a soft exit.\n\n\n".format(e))
sys.exit(0)
# pylint: enable=g-bad-import-order
# pylint: enable=unused-import