From 765ceda2f0413830435d1d28958f7da37bc42d79 Mon Sep 17 00:00:00 2001 From: P Sudeepam Date: Sun, 17 Feb 2019 17:39:08 +0530 Subject: [PATCH] Remove an accidental tab and quote --- configure.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.py b/configure.py index e2a6fde99ed..7d8a2e29052 100644 --- a/configure.py +++ b/configure.py @@ -1288,7 +1288,7 @@ def set_tf_cuda_compute_capabilities(environ_cp): 'capability significantly increases your ' 'build time and binary size, and that ' 'TensorFlow only supports compute ' - 'capabilities >= 3.5' [Default is: %s]: ' % + 'capabilities >= 3.5 [Default is: %s]: ' % default_cuda_compute_capabilities) tf_cuda_compute_capabilities = get_from_env_or_user_or_default( environ_cp, 'TF_CUDA_COMPUTE_CAPABILITIES', @@ -1310,7 +1310,7 @@ def set_tf_cuda_compute_capabilities(environ_cp): 'or higher. Please re-specify the list of compute capabilities,' ' excluding all those versions that are less than 3.5') all_valid = False - + if all_valid: break