Skip to content

Commit

Permalink
remove checking of files when updating from sdcard
Browse files Browse the repository at this point in the history
Signed-off-by: Trecia Agoylo <[email protected]>
  • Loading branch information
tagoylo committed Dec 7, 2023
1 parent 868821f commit 54abc68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nebula/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,8 @@ def board_reboot_uart_net_pdu(
self, system_top_bit_path, bootbinpath, uimagepath, devtreepath, sdcard=False
):
"""Manager when UART, PDU, and Network are available"""
self._check_files_exist(
if not sdcard:
self._check_files_exist(
system_top_bit_path, bootbinpath, uimagepath, devtreepath
)
try:
Expand Down

0 comments on commit 54abc68

Please sign in to comment.