Skip to content

Commit

Permalink
Downgrade exception for special folders
Browse files Browse the repository at this point in the history
Closes #118
  • Loading branch information
az0 committed Jan 30, 2016
1 parent debc0c8 commit 1f5a67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bleachbit/Windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def csidl_to_environ(varname, csidl):
try:
sppath = shell.SHGetSpecialFolderPath(None, csidl)
except:
logger.exception(
logger.info(
'exception when getting special folder path for %s' % varname)
return
# there is exception handling in set_environ()
Expand Down

0 comments on commit 1f5a67d

Please sign in to comment.