add test for --hidefilenames arg

This commit is contained in:
Alan Hamlett 2017-02-15 15:34:05 -08:00
parent fdba83a1c7
commit 62dfdc7993
2 changed files with 48 additions and 2 deletions

View file

@ -533,8 +533,8 @@ def format_file_path(filepath):
try:
filepath = os.path.realpath(os.path.abspath(filepath))
filepath = re.sub(r'[/\\]', os.path.sep, filepath)
except:
pass # pragma: nocover
except: # pragma: nocover
pass
return filepath