Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tadeubas committed Dec 12, 2024
1 parent 7c59eae commit b13d9df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/krux/pages/kapps.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ def execute_flash_kapp(self, app_name):
from ..power import power_manager

Check warning on line 156 in src/krux/pages/kapps.py

View check run for this annotation

Codecov / codecov/patch

src/krux/pages/kapps.py#L156

Added line #L156 was not covered by tests

power_manager.shutdown()
return None

Check warning on line 159 in src/krux/pages/kapps.py

View check run for this annotation

Codecov / codecov/patch

src/krux/pages/kapps.py#L158-L159

Added lines #L158 - L159 were not covered by tests

def load_sd_kapp(self):

Check warning on line 161 in src/krux/pages/kapps.py

View check run for this annotation

Codecov / codecov/patch

src/krux/pages/kapps.py#L161

Added line #L161 was not covered by tests
"""Loads kapp from SD to flash, then executes"""
Expand Down

0 comments on commit b13d9df

Please sign in to comment.