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:
Kaifeng Wang 2020-10-11 22:13:21 +08:00
parent cde792a8c3
commit 3b06feb91e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python -tt
#!/usr/bin/python3
# Copyright (c) 2017 Intel Corporation
#