diff --git a/coordinator/ProcessorUtils.py b/coordinator/ProcessorUtils.py
index 8e026793b4f634c93502ba7cf05c77d6a7d65753..89719cb3b4c4b56ad26d3d4beb044b561937d21d 100644
--- a/coordinator/ProcessorUtils.py
+++ b/coordinator/ProcessorUtils.py
@@ -271,7 +271,7 @@ def query_component_success(config_i,job_run: str, job_to_check: str):
     # check if deposition data is readily available
     status_file = Template(config_i[job_run][job_to_check]['SuccessFileTemplate']).substitute(**config_i)
     try:
-        query_proceed(status_file,'deposition')
+        query_proceed(status_file,job_to_check)
     except:
         
         if 'AlternativeSuccessFileTemplate' not in config_i[job_run][job_to_check]: