This commit is contained in:
Adam Zeloof 2022-09-10 17:54:43 +01:00
parent 6d0a4c788e
commit e8504191e3
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ class Platform(LatticePlatform):
elif load == "dfu":
return DFUProg(vid="1209", pid="5af1", alt=0)
else:
print("Could not program board. "+load+" is not a valid argument. Please use 'jtag' or 'dfu'.")
print("Could not program board. " + load + " is not a valid argument. Please use 'jtag' or 'dfu'.")
def do_finalize(self, fragment):
LatticePlatform.do_finalize(self, fragment)