Skip to content

Commit

Permalink
let sysDescr_pass use python3 (sonic-net#195)
Browse files Browse the repository at this point in the history
- What I did
let sysDescr_pass use python3

- How to verify it
tested on master image
  • Loading branch information
lguohan committed Feb 2, 2021
1 parent ad302d4 commit 3885f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic_ax_impl/bin/sysDescr_pass.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/python -u
#! /usr/bin/python3 -u
#################################################################################
# Copyright 2016 Cumulus Networks LLC, all rights reserved
#
Expand Down

0 comments on commit 3885f19

Please sign in to comment.