mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
Merge pull request #58 from flo1o1/patch-1
Rename variable 'filename' to 'file_name'
This commit is contained in:
commit
37b8273f9b
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue