From d4a55ba533419345bb9a292520945483e39bf6c2 Mon Sep 17 00:00:00 2001 From: Cooper <73203995+coopeeo@users.noreply.github.com> Date: Thu, 28 Mar 2024 14:20:33 -0500 Subject: [PATCH] oops --- .github/issue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/issue.py b/.github/issue.py index 31a49ff..68a99a7 100644 --- a/.github/issue.py +++ b/.github/issue.py @@ -117,7 +117,7 @@ def send_webhook(): if x.endswith("pack.json"): filename = x.split("/") filename = filename[len(filename) - 1] - shutil.copy(os.path.join("test/", x), os.path.join(version_mod_directory, filename)) + shutil.copy(os.path.join(os.path.join("test/", folderName), x), os.path.join(version_mod_directory, filename)) except Exception as inst: fail(f'Could not populate click folder {version_mod_directory}: {inst}')