From 843988ea2e4e4df34abf343e05fa1bac17680f5c Mon Sep 17 00:00:00 2001 From: stepshal Date: Tue, 12 Jul 2016 22:28:51 +0700 Subject: Remove trailing whitespace --- setuptools/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setuptools/utils.py') diff --git a/setuptools/utils.py b/setuptools/utils.py index 91e4b87f..080b9a8e 100644 --- a/setuptools/utils.py +++ b/setuptools/utils.py @@ -3,9 +3,9 @@ import os.path def cs_path_exists(fspath): - if not os.path.exists(fspath): + if not os.path.exists(fspath): return False # make absolute so we always have a directory abspath = os.path.abspath(fspath) directory, filename = os.path.split(abspath) - return filename in os.listdir(directory) \ No newline at end of file + return filename in os.listdir(directory) -- cgit v1.2.3