tjgalvin / flint

BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Add callback function to singularity logger #88

Closed tjgalvin closed 2 months ago

tjgalvin commented 2 months ago

It would be useful to add a facility to supply a call back function that will be evaluated against each line of output from a singularity stream=True call. This will come in handy when running wsclean tasks, and can be used to raise an error should divergence be detected.

tjgalvin commented 2 months ago

Closed by #90