tjgalvin / flint

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

added callback function #90

Closed tjgalvin closed 2 months ago

tjgalvin commented 2 months ago

It is sometimes useful to verify the output of a singularity command as it is running, eg. in wsclean.

Added an ability to provide a callback function that is evaluated against each line of output logs generated from a sclient run call.

Addresses #88