When creating a Path from a Path, keep _case_correct.
This commit is contained in:
parent
c30d584283
commit
545421ded4
1 changed files with 1 additions and 0 deletions
|
|
@ -135,6 +135,7 @@ class Path:
|
||||||
self._parts = path._parts
|
self._parts = path._parts
|
||||||
self._absolute_path = path._absolute_path
|
self._absolute_path = path._absolute_path
|
||||||
self._extension = path._extension
|
self._extension = path._extension
|
||||||
|
self._case_correct = path._case_correct
|
||||||
return
|
return
|
||||||
|
|
||||||
if isinstance(path, (tuple, list)):
|
if isinstance(path, (tuple, list)):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue