diff options
| author | 2025-08-16 07:00:40 -0400 | |
|---|---|---|
| committer | 2025-08-16 07:00:40 -0400 | |
| commit | 22e8d9823eb9fb802c926fb03a5fdccbea26f878 (patch) | |
| tree | d399937a3bf139d386b8f5df2fc646b751c14719 /test/test_ytdl.py | |
| parent | 0839cde5064bd6000162ee23b8445b99afe10068 (diff) | |
| parent | 3d18761f620a294ea6c5bff13c5994b93b29f3ed (diff) | |
Update upstream source from tag 'upstream/1.30.3'
Update to upstream version '1.30.3'
with Debian dir cbd3490f51b0ee3f2e172965318cd079b856367d
Diffstat (limited to 'test/test_ytdl.py')
| -rw-r--r-- | test/test_ytdl.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_ytdl.py b/test/test_ytdl.py index ecc6d2f..88933e4 100644 --- a/test/test_ytdl.py +++ b/test/test_ytdl.py @@ -23,8 +23,8 @@ class Test_CommandlineArguments(unittest.TestCase): try: cls.module = __import__(cls.module_name) except (ImportError, SyntaxError): - raise unittest.SkipTest("cannot import module '{}'".format( - cls.module_name)) + raise unittest.SkipTest( + f"cannot import module '{cls.module_name}'") cls.default = ytdl.parse_command_line(cls.module, []) cls.ytdlp = hasattr(cls.module, "cookies") |
