master
Jérémy Lecour 4 years ago
parent 3686fecf0b
commit a8593dd438

@ -246,4 +246,4 @@ It is clearly documented that when using the octal notation a leading 0 must be
* `mode: "0755"` → Good
* `mode: "1777"` → Good
This is most probably due to the way Python deals with numeric values and cotal vs. decimal based integers. The String type guarantees that the proper value is used.
This is most probably due to the way Python deals with numeric values and octal vs. decimal based integers. The String type guarantees that the proper value is used.

Loading…
Cancel
Save