FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 137296df authored by J.W. Smith's avatar J.W. Smith
Browse files

fix: log variable typo

parent 865dcf60
No related branches found
No related tags found
No related merge requests found
......@@ -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]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment