Skip to content

Commit 519dc8d

Browse files
committed
Fixed build issues
1 parent 485aed8 commit 519dc8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sonic-py-common/sonic_py_common/security_cipher.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
class security_cipher:
1717
_instance = None
1818
_lock = threading.Lock()
19+
_initialized = False
1920

2021
def __new__(cls):
2122
with cls._lock:

0 commit comments

Comments
 (0)