Make force_sep a kw-only argument.
This commit is contained in:
parent
71830845d4
commit
281e95f184
1 changed files with 1 additions and 1 deletions
|
@ -87,8 +87,8 @@ class Path:
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
path,
|
path,
|
||||||
force_sep=None,
|
|
||||||
*,
|
*,
|
||||||
|
force_sep=None,
|
||||||
_case_correct=False,
|
_case_correct=False,
|
||||||
):
|
):
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue