Update app/common/src/main/java/stirling/software/common/util/GeneralUtils.java

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Ludy 2025-07-19 02:03:32 +02:00 committed by GitHub
parent fcfab2a7e1
commit 50bd3bc759
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -448,7 +448,7 @@ public class GeneralUtils {
* path.
*/
public static Path extractScript(String scriptName) throws IOException {
// 1. loade the script from classpath
// 1. load the script from classpath
ClassPathResource resource = new ClassPathResource("static/python/" + scriptName);
// 2. create a temporary directory