From 6116e5b38522ccfb00f6c941c75482e05b4c0799 Mon Sep 17 00:00:00 2001 From: Treeston Date: Tue, 11 Aug 2020 18:04:36 +0200 Subject: Core/Warden: Warden refactors (PR #25235) --- contrib/enumutils_describe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/enumutils_describe.py') diff --git a/contrib/enumutils_describe.py b/contrib/enumutils_describe.py index 1efe6b68377..630fe86c1f0 100644 --- a/contrib/enumutils_describe.py +++ b/contrib/enumutils_describe.py @@ -19,7 +19,7 @@ notice = ('''/* * with this program. If not, see . */ -''' % datetime.now().year) +''') if not getcwd().endswith('src'): print('Run this from the src directory!') -- cgit v1.2.3