Commit ae285153 authored by Jason R. Coombs's avatar Jason R. Coombs Committed by GitHub

Merge pull request #633 from stepshal/trailing

utils: remove trailing whitespace
parents e3e21fd3 843988ea
......@@ -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)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment