mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-25 06:26:37 +00:00
fixup: typo
This commit is contained in:
parent
f6200a6d78
commit
e59740733d
@ -31,7 +31,7 @@ def is_relative_to(self, *other):
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
# patch Path for Python 3.8
|
# patch Path for Python 3.8
|
||||||
if not hasatrr(Path, 'is_relative_to'):
|
if not hasattr(Path, 'is_relative_to'):
|
||||||
Path.is_relative_to = is_relative_to
|
Path.is_relative_to = is_relative_to
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user