scripts: fix python reference in config_converter.py
/usr/bin/python -> /usr/bin/env python3 Change-Id: I31b0d56aadc8174f70b078e388ca816b345577da Signed-off-by: Pawel Wodkowski <pawelx.wodkowski@intel.com> Reviewed-on: https://review.gerrithub.io/430954 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
This commit is contained in:
parent
a17c38ff1c
commit
010f723d3a
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import configparser
|
||||
import re
|
||||
|
Loading…
Reference in New Issue
Block a user