fix: variable name
This commit is contained in:
parent
b55aa6c859
commit
e343133455
1 changed files with 1 additions and 1 deletions
|
|
@ -600,7 +600,7 @@ def main():
|
|||
try:
|
||||
ff = open(args.filename, "wb")
|
||||
except:
|
||||
print("Error file open '%s'" % filename)
|
||||
print("Error file open '%s'" % args.filename)
|
||||
exit(2)
|
||||
if not phy.ReadBusToFile(ff, args.address, args.size):
|
||||
ff.close()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue