This commit is contained in:
Tomas Groth 2015-04-02 21:29:43 +01:00
parent d2301e016e
commit f8b575065a
1 changed files with 1 additions and 3 deletions

View File

@ -68,9 +68,7 @@ def check_directory_exists(directory, do_not_log=False):
os.makedirs(directory)
except IOError as e:
if not do_not_log:
log.exception('failed yo check/create if directury exists')
log.exception(e)
#pass
log.exception('failed to check if directory exists or create directory')
def get_frozen_path(frozen_option, non_frozen_option):