commit 3b06feb91e4e6b2f05e65cefef73dab1199709c8 Author: Kaifeng Wang Date: Sun Oct 11 22:13:21 2020 +0800 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 diff --git a/tools/check-releasenotes.py b/tools/check-releasenotes.py index 733556a..58a6bbf 100755 --- a/tools/check-releasenotes.py +++ b/tools/check-releasenotes.py @@ -1,4 +1,4 @@ -#!/usr/bin/python -tt +#!/usr/bin/python3 # Copyright (c) 2017 Intel Corporation #