Skip to content

tools/vivado: return local args from build(), not undefined self.args#522

Open
ThVerg wants to merge 1 commit into
olofk:mainfrom
ThVerg:fix-vivado-build-args
Open

tools/vivado: return local args from build(), not undefined self.args#522
ThVerg wants to merge 1 commit into
olofk:mainfrom
ThVerg:fix-vivado-build-args

Conversation

@ThVerg
Copy link
Copy Markdown

@ThVerg ThVerg commented May 11, 2026

Vivado.build() builds up a local args list but returns self.args, which is never assigned anywhere on the class. The fix is to return the local args that was just constructed.

build() builds up a local 'args' list but returned 'self.args', which
was never assigned. The intent was clearly to return the local list.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant