Skip to content

Commit

Permalink
Fix sonic-installer failure due to missing import (sonic-net#2090)
Browse files Browse the repository at this point in the history
What I did
Fixes sonic-net#2089.
Sonic-installer failure was seen due to missing import in uboot.py.

How I did it
Fix is just adding missing import.

How to verify it
Fix has been tested for successful sonic installation from sonic-installer

Change-Id: I44bea3d2f89413d2d0dacfb1b6b7d19b15e52a09
Signed-off-by: Pavan Naregundi <pnaregundi@marvell.com>
  • Loading branch information
pavannaregundi authored Mar 10, 2022
1 parent 2c56e92 commit 6289987
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sonic_installer/bootloader/uboot.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

import platform
import subprocess
import os

import click

Expand Down

0 comments on commit 6289987

Please sign in to comment.