mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-18 07:05:41 +07:00
Fix PEP8 issue E713
This commit is contained in:
@@ -14,7 +14,7 @@ def __init__(self, downloader=None, verboseOutput=None, exec_cmd=None):
|
||||
|
||||
def run(self, information):
|
||||
cmd = self.exec_cmd
|
||||
if not '{}' in cmd:
|
||||
if '{}' not in cmd:
|
||||
cmd += ' {}'
|
||||
|
||||
cmd = cmd.replace('{}', shlex_quote(information['filepath']))
|
||||
|
||||
Reference in New Issue
Block a user