p-e-w / maybe

:open_file_folder: :rabbit2: :tophat: See what a program does before deciding whether you really want it to happen (NO LONGER MAINTAINED)
6.35k stars 163 forks source link

issue#34 #36

Open hlYassine opened 8 years ago

hlYassine commented 8 years ago

return simply the subprocess return value

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 69.707% when pulling 22033a77c699fc0ccd49d4b7e86290b4e956ff0e on hlYassine:master into 375261bdbf7a90e69af9f45868ebfe240811e144 on p-e-w:master.

p-e-w commented 7 years ago

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.