From ba53cbd84e886d54bc3538edc3500755bea47835 Mon Sep 17 00:00:00 2001 From: Matt Dallmeyer Date: Mon, 25 Nov 2024 20:03:06 -0800 Subject: [PATCH] frick me --- .github/scripts/releases/replace-mod-version-timestamp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/releases/replace-mod-version-timestamp.py b/.github/scripts/releases/replace-mod-version-timestamp.py index c75cd5cc2..a4004a127 100644 --- a/.github/scripts/releases/replace-mod-version-timestamp.py +++ b/.github/scripts/releases/replace-mod-version-timestamp.py @@ -37,5 +37,5 @@ def patch_mod_timestamp(goal_src_path): if len(sys.argvl) > 1: patch_mod_timestamp(sys.argv[1]) -else +else: print(f"No goal_src path provided to replace-mod-version-timestamp") \ No newline at end of file