Skip to content
Snippets Groups Projects
Commit d27f013e authored by alex's avatar alex
Browse files

Merge branch 'master' into 'master'

Add check to exclude empty strings

See merge request eosc/prefactor3-cwl!24
parents b1ccfc4f 99bbb242
No related branches found
No related tags found
2 merge requests!69Change the name of the pre-calibrated output MS,!24Add check to exclude empty strings
Pipeline #14863 failed
......@@ -31,6 +31,7 @@ arguments:
flagged_antenna_list = set.intersection(*map(set, flaggedants_list))
for flagged_antenna in flagged_antenna_list:
if flagged_antenna != '':
filter += ';!' + flagged_antenna + '*&&*'
cwl_output = {"filter": filter}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment