From 161475a249c46b2ba3c8db98d680f0241af5add4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 4 Dec 2024 17:17:20 +0100 Subject: [PATCH] classgen: better message how to update --- pkgs/clan-cli/clan_cli/inventory/classes.py | 3 ++- pkgs/classgen/main.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/clan-cli/clan_cli/inventory/classes.py b/pkgs/clan-cli/clan_cli/inventory/classes.py index 754cec604..69b24c7e8 100644 --- a/pkgs/clan-cli/clan_cli/inventory/classes.py +++ b/pkgs/clan-cli/clan_cli/inventory/classes.py @@ -1,4 +1,5 @@ -# DON NOT EDIT THIS FILE MANUALLY. IT IS GENERATED. +# DO NOT EDIT THIS FILE MANUALLY. IT IS GENERATED. +# This file was generated by running `pkgs/clan-cli/clan_cli/inventory/update.sh` # # ruff: noqa: N815 # ruff: noqa: N806 diff --git a/pkgs/classgen/main.py b/pkgs/classgen/main.py index 92c56a65e..fee847ddf 100644 --- a/pkgs/classgen/main.py +++ b/pkgs/classgen/main.py @@ -349,7 +349,8 @@ def run_gen(args: argparse.Namespace) -> None: with args.output.open("w") as f: f.write( - """# DON NOT EDIT THIS FILE MANUALLY. IT IS GENERATED. + """# DO NOT EDIT THIS FILE MANUALLY. IT IS GENERATED. +# This file was generated by running `pkgs/clan-cli/clan_cli/inventory/update.sh` # # ruff: noqa: N815 # ruff: noqa: N806