@@ -2658,7 +2658,7 @@ def search(self, i):
26582658
26592659 script_tags = i .get ('script_tags' , [])
26602660 variation_tags = i .get ('variation_tags' , [])
2661-
2661+
26622662 if not script_tags and tags_string :
26632663 r = get_variation_and_script_tags (tags_string .strip ())
26642664 script_tags = r ['script_tags' ]
@@ -4483,8 +4483,8 @@ def docker(self, i):
44834483 from script .docker import docker_run
44844484 return docker_run (self , i )
44854485
4486-
44874486 ############################################################
4487+
44884488 def apptainerfile (self , i ):
44894489 from script .apptainer import apptainerfile
44904490 return apptainerfile (self , i )
@@ -4494,6 +4494,7 @@ def apptainer(self, i):
44944494 from script .apptainer import apptainer_run
44954495 return apptainer_run (self , i )
44964496 ############################################################
4497+
44974498 def experiment (self , i ):
44984499 from script .experiment import experiment_run
44994500 return experiment_run (self , i )
@@ -5929,7 +5930,6 @@ def update_state_from_meta(meta, env, state, const, const_state, run_state, i):
59295930 if folder_path_env_keys :
59305931 run_state ['folder_path_env_keys' ] += folder_path_env_keys
59315932
5932-
59335933 return {'return' : 0 }
59345934
59355935##############################################################################
0 commit comments