@@ -8,11 +8,7 @@ def main(config_yaml):
with open(config_yaml, 'r') as f:
config = yaml.safe_load(f)
job_types = {
'random+sobo': pipelines.sobo_pipeline
}
job_types[config['job']['type']](config)
pipelines.job_types[config['job']['type']](config)
if __name__ == "__main__":
The note is not visible to the blocked user.