Skip to content

Commit 6289987

Browse files
Fix sonic-installer failure due to missing import (sonic-net#2090)
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 <[email protected]>
1 parent 2c56e92 commit 6289987

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sonic_installer/bootloader/uboot.py

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
import platform
66
import subprocess
7+
import os
78

89
import click
910

0 commit comments

Comments
 (0)