Skip to content

Commit 3885f19

Browse files
authored
let sysDescr_pass use python3 (#195)
- What I did let sysDescr_pass use python3 - How to verify it tested on master image
1 parent ad302d4 commit 3885f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sonic_ax_impl/bin/sysDescr_pass.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/python -u
1+
#! /usr/bin/python3 -u
22
#################################################################################
33
# Copyright 2016 Cumulus Networks LLC, all rights reserved
44
#

0 commit comments

Comments
 (0)