Merge pull request #58 from flo1o1/patch-1

Rename variable 'filename' to 'file_name'
This commit is contained in:
fdlamotte 2026-04-14 02:46:18 -04:00 committed by GitHub
commit 37b8273f9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3606,7 +3606,7 @@ async def next_cmd(mc, cmds, json_output=False):
case "script" :
if len(cmds) > 1:
argnum = 1
filename = cmds[1]
file_name = cmds[1]
else:
file_name = await prompt_for_file()
if not file_name is None: