From 3b06feb91e4e6b2f05e65cefef73dab1199709c8 Mon Sep 17 00:00:00 2001 From: Kaifeng Wang Date: Sun, 11 Oct 2020 22:13:21 +0800 Subject: [PATCH] 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 --- tools/check-releasenotes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/check-releasenotes.py b/tools/check-releasenotes.py index 733556a5a2..58a6bbf67d 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 #