mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-17 14:45:42 +07:00
fix typo
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
class TestUnicodeLiterals(unittest.TestCase):
|
class TestUnicodeLiterals(unittest.TestCase):
|
||||||
def test_all_files(self):
|
def test_all_files(self):
|
||||||
print('Skipping this test (not yet fully implemtned)')
|
print('Skipping this test (not yet fully implemented)')
|
||||||
return
|
return
|
||||||
|
|
||||||
for dirpath, _, filenames in os.walk(rootDir):
|
for dirpath, _, filenames in os.walk(rootDir):
|
||||||
|
|||||||
Reference in New Issue
Block a user