Update checking reno script to use python3
Spotted in focal container while running pep8, updates the shebang to use python3 explicitly, also removes the unused -tt argument. Change-Id: Icb16ac63a83379cafe9a7dac380f2b87b881adc9
This commit is contained in:
parent
cde792a8c3
commit
3b06feb91e
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python -tt
|
#!/usr/bin/python3
|
||||||
|
|
||||||
# Copyright (c) 2017 Intel Corporation
|
# Copyright (c) 2017 Intel Corporation
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user