Skip to content

Commit 37b8273

Browse files
authored
Merge pull request #58 from flo1o1/patch-1
Rename variable 'filename' to 'file_name'
2 parents 2bb2dff + efe06fa commit 37b8273

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)