This commit is contained in:
sepro 2024-11-12 23:03:52 +01:00
parent 86c8b17d9e
commit b10d82d4fb

View File

@ -487,9 +487,7 @@ class FileDownloader:
if not self.params.get('verbose', False):
return
str_args = list(args)
if exe is None:
exe = os.path.basename(str_args[0])
exe = os.path.basename(args[0])
self.write_debug(f'{exe} command line: {shell_quote(str_args)}')
self.write_debug(f'{exe} command line: {shell_quote(args)}')