Skip to content

Print return code when subprocess fails

Bart Ribbers requested to merge print-return-code into master

It can be very useful to figure out why a particular subprocess might be failing ;)

Also, any reason the codebase doesn't use fstrings for these kind of things?

Edited by Bart Ribbers

Merge request reports