poljar / weechat-matrix

Weechat Matrix protocol script written in python
Other
957 stars 119 forks source link

Use the full path when reading in EncryptedUpload #276

Closed wavexx closed 3 years ago

wavexx commented 3 years ago

Calling matrix_upload.py --encrypt with a filename outside of the current directory fails due to a typo in EncryptedUpload which uses the basename of the file instead of the original/full path.

poljar commented 3 years ago

Thanks, merged.