Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Julia Pineda <[email protected]>
  • Loading branch information
jpineda3 committed Mar 21, 2024
1 parent d2170a9 commit 06ccddd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions nebula/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,20 +429,15 @@ def board_reboot_uart_net_pdu(
sdcard=False,
):
"""Manager when UART, PDU, and Network are available"""
<<<<<<< HEAD
if not sdcard:
self._check_files_exist(
<<<<<<< HEAD
system_top_bit_path,
bootbinpath,
uimagepath,
devtreepath,
extlinux_path,
scr_path,
preloader_path,
=======
system_top_bit_path, bootbinpath, uimagepath, devtreepath
>>>>>>> 497fc8d (fix lint)
)
try:
# Flush UART
Expand Down

0 comments on commit 06ccddd

Please sign in to comment.