Skip to content

Commit efe06fa

Browse files
authored
Rename variable 'filename' to 'file_name'
This fixes #57
1 parent 2bb2dff commit efe06fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/meshcore_cli/meshcore_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3606,7 +3606,7 @@ async def next_cmd(mc, cmds, json_output=False):
36063606
case "script" :
36073607
if len(cmds) > 1:
36083608
argnum = 1
3609-
filename = cmds[1]
3609+
file_name = cmds[1]
36103610
else:
36113611
file_name = await prompt_for_file()
36123612
if not file_name is None:

0 commit comments

Comments
 (0)