Skip to content
Snippets Groups Projects
Commit 95e6dc5e authored by al.schwinn's avatar al.schwinn
Browse files

bugfix: Need to refer to 3.0.0 version

parent a0045bb3
No related branches found
No related tags found
No related merge requests found
......@@ -15,9 +15,9 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import fesa.fillFesaDeployUnitBase
import fesa.fesa_3_1_0.fillFESADeployUnit
import fesa.fesa_3_0_0.fillFESADeployUnit
def fillDeployUnit(fesaVersion, className, workspacePath,fesaDesignXSDPath,logTopics={'errorlog': True}):
generator = fesa.fesa_3_1_0.fillFESADeployUnit.FESADeployUnitGenerator3_0_0() # identical with FESA 3.1.0
generator = fesa.fesa_3_0_0.fillFESADeployUnit.FESADeployUnitGenerator3_0_0() # identical with FESA 3.0.0
fesa.fillFesaDeployUnitBase.fillFesaDeployUnitBase(generator,fesaVersion, className, workspacePath,fesaDesignXSDPath,logTopics)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment