From 536a220679b4a20cc5258bccecdec7000477639e Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 3 Aug 2014 15:52:34 +0800 Subject: [PATCH] mibuild/programmer: fix XC3SProg init --- mibuild/programmer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mibuild/programmer.py b/mibuild/programmer.py index 0de79888..24f2d48f 100644 --- a/mibuild/programmer.py +++ b/mibuild/programmer.py @@ -53,7 +53,7 @@ class XC3SProg(Programmer): needs_flash_proxy = True def __init__(self, cable, flash_proxy_basename=None): - Programmer.__init__(flash_proxy_basename) + Programmer.__init__(self, flash_proxy_basename) self.cable = cable def load_bitstream(self, bitstream_file): -- 2.30.2