Specify FUSE literals in explicit octal notation (Python 3).
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
* Update document parsing app tests to work with Python 3.
|
||||
* Handle office files in explicit binary mode for Python 3.
|
||||
* Return a proper list of SearchModel instances (Python 3).
|
||||
* Specify FUSE literals in explicit octal notation (Python 3).
|
||||
|
||||
3.1.4 (2018-10-4)
|
||||
=================
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MAX_FILE_DESCRIPTOR = 65535
|
||||
MIN_FILE_DESCRIPTOR = 0
|
||||
FILE_MODE = DIRECTORY_MODE = 0555
|
||||
FILE_MODE = DIRECTORY_MODE = 0o555
|
||||
|
||||
Reference in New Issue
Block a user