workers no longer crash on broken Unicode filenames

This commit is contained in:
Martinez 2017-12-25 14:54:49 +01:00
parent 7e48c863c4
commit ce5ebd7d97
2 changed files with 11 additions and 5 deletions

View file

@ -4,5 +4,5 @@
major = 0 # VERSION_MAJOR_IDENTIFIER
minor = 2 # VERSION_MINOR_IDENTIFIER
# VERSION_LAST_MM 0.2
patch = 2 # VERSION_PATCH_IDENTIFIER
patch = 3 # VERSION_PATCH_IDENTIFIER
str = ".".join(str(v) for v in (major, minor, patch))