Skip to content

Commit

Permalink
Merge pull request #332 from FPGAwars/master
Browse files Browse the repository at this point in the history
Fix duplicate execution for deprecated tools
  • Loading branch information
cavearr authored Oct 1, 2023
2 parents 5985416 + 8ed5228 commit f99b255
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apio/managers/scons.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,9 +508,6 @@ def _execute_scons(self, command, variables, board):
click.secho("-" * terminal_width, bold=True)

scons_command = ["scons"] + ["-Q", command] + variables
cmd = " ".join(util.exec_command(scons_command))
if self.profile.get_verbose_mode() > 0:
click.secho(f"Executing: {cmd}")

# -- Execute the scons builder
result = util.exec_command(
Expand Down

0 comments on commit f99b255

Please sign in to comment.