Skip to content

Commit 2dd3b95

Browse files
authored
[chassisd][thermalctld] Import os module, now needed for env var checking (sonic-net#113)
This was missed in sonic-net/sonic-platform-daemons#112
1 parent 9cab7ef commit 2dd3b95

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

sonic-chassisd/scripts/chassisd

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"""
99

1010
try:
11+
import os
1112
import signal
1213
import sys
1314
import threading

sonic-thermalctld/scripts/thermalctld

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"""
77

88
try:
9+
import os
910
import signal
1011
import threading
1112
import time

0 commit comments

Comments
 (0)