1
0
mirror of https://github.com/gryf/mc_adbfs.git synced 2026-01-07 17:14:11 +01:00
Commit Graph

3 Commits

Author SHA1 Message Date
8f3a22a729 Removed py2 lefotver, fix variable name. 2022-12-31 11:23:42 +01:00
2776668913 Fix for removing files with space/parentheses.
Also, some further py2 cleanup.
2020-04-26 09:32:59 +02:00
5ece2d579c Fix bad filenames for Python3.
In Python3, if there are filenames encoded with 8-bit encodings, there
might be an issues with converting them into unicode objects. This is a
workaround on this subject. Python2 is not affected.

Other than that, there was tests added to cover this case, appropriate
Makefile which automate creating venvs for both: Python 2 and 3, and
also there is a check against pep8 rules using flake8.
2019-05-14 21:14:24 +02:00