Method _check_manifest() is executed twice in some actions

parent 7e719aed
......@@ -43,7 +43,6 @@ class GenerateRemoteSynthesisMakefile(Action):
def run(self):
self._check_all_fetched_or_quit()
self._check_manifest()
self._generate_remote_synthesis_makefile()
......
......@@ -47,7 +47,6 @@ class GenerateSimulationMakefile(Action):
def run(self):
"""Execute the simulation action"""
self._check_all_fetched_or_quit()
self._check_manifest()
self._generate_simulation_makefile()
......
......@@ -41,7 +41,6 @@ class GenerateSynthesisMakefile(Action):
def run(self):
self._check_all_fetched_or_quit()
self._check_manifest()
self._generate_synthesis_makefile()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment