aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dlc/utils.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan@gmail.com>2021-02-07 16:47:48 +0530
committerpukkandan <pukkandan@gmail.com>2021-02-07 17:41:41 +0530
commit8a0b9322580e6691ee2f137a679120df2eb838d5 (patch)
treecf396ba29cf63d749f28fba8bfe94bb1c204fdd5 /youtube_dlc/utils.py
parent4d608b522f7f05c7dbc4b74e6183e93cc95d6a0c (diff)
downloadhypervideo-pre-8a0b9322580e6691ee2f137a679120df2eb838d5.tar.lz
hypervideo-pre-8a0b9322580e6691ee2f137a679120df2eb838d5.tar.xz
hypervideo-pre-8a0b9322580e6691ee2f137a679120df2eb838d5.zip
[movefiles] Fix compatibility with python2
:ci skip dl
Diffstat (limited to 'youtube_dlc/utils.py')
-rw-r--r--youtube_dlc/utils.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/youtube_dlc/utils.py b/youtube_dlc/utils.py
index 987f4bcc0..79a0f6a63 100644
--- a/youtube_dlc/utils.py
+++ b/youtube_dlc/utils.py
@@ -4690,9 +4690,7 @@ def cli_configuration_args(params, arg_name, key, default=[], exe=None): # retu
return default, False
assert isinstance(argdict, dict)
- assert isinstance(key, compat_str)
key = key.lower()
-
args = exe_args = None
if exe is not None:
assert isinstance(exe, compat_str)