diff --git a/litex_boards/platforms/gsd_butterstick.py b/litex_boards/platforms/gsd_butterstick.py index e159382..a0334c4 100644 --- a/litex_boards/platforms/gsd_butterstick.py +++ b/litex_boards/platforms/gsd_butterstick.py @@ -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)