fix: variable name

This commit is contained in:
Rotzbua 2024-04-23 23:22:07 +02:00 committed by Victor
parent b55aa6c859
commit e343133455

View file

@ -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()