Skip to content

No Story: Fixing CASA matrix make_links function

Daniel Nemergut requested to merge casa_matrix_make_links_fix into 2.8.5-DEVELOPMENT

During the linking process of CASA releases, we check that everything in /home/casa/packages/RHEL*/release/ contains a pipeline directory. When testing this locally, I failed to notice there's a README.txt in those directories and the make_links function is now tripping on this.

This adds a filter for checking only directories within /home/casa/packages/RHEL*/release/.

Merge request reports