Skip to content

Commit 57228fd

Browse files
authored
[gbsyncd]: add missing python dependency (sonic-net#675)
Signed-off-by: Guohan Lu <[email protected]>
1 parent 02a57a6 commit 57228fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

syncd/scripts/gbsyncd_startup.py

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
limitations under the License.
1818
'''
1919
import os
20+
import sys
2021
import json
2122
import subprocess
2223

0 commit comments

Comments
 (0)