mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
Rename variable 'filename' to 'file_name'
This fixes https://github.com/meshcore-dev/meshcore-cli/issues/57
This commit is contained in:
parent
2bb2dfff02
commit
efe06faba3
1 changed files with 1 additions and 1 deletions
|
|
@ -3606,7 +3606,7 @@ async def next_cmd(mc, cmds, json_output=False):
|
||||||
case "script" :
|
case "script" :
|
||||||
if len(cmds) > 1:
|
if len(cmds) > 1:
|
||||||
argnum = 1
|
argnum = 1
|
||||||
filename = cmds[1]
|
file_name = cmds[1]
|
||||||
else:
|
else:
|
||||||
file_name = await prompt_for_file()
|
file_name = await prompt_for_file()
|
||||||
if not file_name is None:
|
if not file_name is None:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue