diff options
author | Treeston <treeston.mmoc@gmail.com> | 2020-08-11 18:04:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-11 18:04:36 +0200 |
commit | 6116e5b38522ccfb00f6c941c75482e05b4c0799 (patch) | |
tree | dc729202e449d9a1c0e3b9c0516e1a274c8c1244 /contrib | |
parent | cce1ccdd5cb59070a48562504a0d4d476fd9aad2 (diff) |
Core/Warden: Warden refactors (PR #25235)
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/enumutils_describe.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. */ -''' % datetime.now().year) +''') if not getcwd().endswith('src'): print('Run this from the src directory!') |