Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Trecia Agoylo <[email protected]>
  • Loading branch information
tagoylo committed Oct 4, 2023
1 parent e0e050d commit 6136a95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nebula/resources/board_table.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -482,4 +482,4 @@ max32650_adxl355:
max78000_adt7420:
carrier: Maxim
aducm3029_adxrs290:
carrier: ADICUP
carrier: ADICUP
2 changes: 1 addition & 1 deletion tests/test_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def test_boot_downloader(test_downloader, board_name, branch, filetype):
@pytest.mark.parametrize("filetype", ["noos"])
def test_noos_downloader(test_downloader, board_name, branch, filetype):
test_downloader(board_name, branch, filetype)
file = [_ for _ in os.listdir('outs') if _.endswith(".zip")]
file = [_ for _ in os.listdir("outs") if _.endswith(".zip")]
assert len(file) >= 1


Expand Down

0 comments on commit 6136a95

Please sign in to comment.