Merge branch 'fix_local_path' of https://github.com/Ludy87/Stirling-PDF into fix_local_path

This commit is contained in:
Ludy87 2025-07-19 19:04:39 +02:00
commit 7462287ed4
No known key found for this signature in database
GPG Key ID: 92696155E0220F94

View File

@ -473,7 +473,7 @@ public class GeneralUtils {
try (InputStream in = resource.getInputStream()) {
Files.copy(in, scriptFile, StandardCopyOption.REPLACE_EXISTING);
} catch (IOException e) {
log.error("Failed to load image signature file", e);
log.error("Failed to extract Python script", e);
throw e;
}
}