Skip to content

Commit

Permalink
pass linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Sep 29, 2023
1 parent e92e6f8 commit f17087d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion apio/commands/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@
@click.option(
"--verbose-pnr", is_flag=True, help="Show the pnr output of the command."
)
@click.option("--top-module", type=str, metavar="top_module", help="Set the top level module (w/o .v ending) for build.",
@click.option(
"--top-module",
type=str,
metavar="top_module",
help="Set the top level module (w/o .v ending) for build.",
)
def cli(
ctx,
Expand Down
2 changes: 1 addition & 1 deletion apio/managers/arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def process_arguments(args, resources): # noqa
var_pack = None
var_idcode = None
var_verbose = {}
var_topmodule= None
var_topmodule = None

if var_board:
if isfile("apio.ini"):
Expand Down

0 comments on commit f17087d

Please sign in to comment.