maybe
maybe copied to clipboard
issue#34
return simply the subprocess return value
Coverage remained the same at 69.707% when pulling 22033a77c699fc0ccd49d4b7e86290b4e956ff0e on hlYassine:master into 375261bdbf7a90e69af9f45868ebfe240811e144 on p-e-w:master.
In principle, that's exactly what we want. Unfortunately, it doesn't actually work (see https://github.com/p-e-w/maybe/issues/34).
I believe the culprit is the wrapper created by pip install
. No matter what value is returned by main
, it doesn't reach the shell.