fix a bug when download file fail
1 files changed, 1 insertions(+), 1 deletions(-) M wee_matter/file.py
M wee_matter/file.py => wee_matter/file.py +1 -1
@@ 30,7 30,7 @@ def prepare_download_location(): os.makedirs(location) except: weechat.prnt('', 'ERROR: Failed to create directory at files_download_location: {}' - .format(format_exc_only())) + .format(location)) return location