From 74e745a291d651c2ea965a15931da7e875c3490c Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 2 Sep 2022 21:44:00 +0200 Subject: [PATCH] Stupid typo >_> --- src/utils/resources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/resources.py b/src/utils/resources.py index 22b1177f0..a7685083a 100644 --- a/src/utils/resources.py +++ b/src/utils/resources.py @@ -183,7 +183,7 @@ ynh_abort_if_errors call_failed, failure_message_with_debug_instructions, ) = hook_exec_with_script_debug_if_failure( - script_path + script_path, env=env_, operation_logger=operation_logger, error_message_if_script_failed="An error occured inside the script snippet",