Build: #15 was successful Changes by Srikrishna Sekhar

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
25 seconds
Labels
None
Agent
cbt-el7-2.cv.nrao.edu
Revision
b71d591b336f451eafdd6b5d603f185da4313b2b b71d591b336f451eafdd6b5d603f185da4313b2b

Code commits

Author Commit Message Commit date
Srikrishna Sekhar Srikrishna Sekhar b71d591b336f451eafdd6b5d603f185da4313b2b b71d591b336f451eafdd6b5d603f185da4313b2b CAS-14201: Fix bug with mask=[]
If mask is passed in as an empty list, in the case of niter=0 the return
dictionary construction fell over. os.path.exists() wants an empty
string, but if an empty list was passed in it threw a KeyError.

This is now fixed by putting in the appropriate guard rails before it
gets to os.path.exists. The length of the input mask is tested, so
regardless of empty string or list it will catch it there.

This fixes the failing test case in simanalyze.

Jira issues

IssueDescriptionStatus
Unknown Issue TypeCAS-14201Could not obtain issue details from Jira