~reedwade/wee-matter

adfdd6516b39eb05eb19a92a2d9bbbf244444683 — Reed Wade 2 years ago 6c05106
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