mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-12-16 21:07:16 +00:00
The common startup script used for SONiC containers is calling an inline python command that uses Python 2 syntax, and thus errors out when run with Python 3. Make this work with Python 3. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>