sel4-tutorials icon indicating copy to clipboard operation
sel4-tutorials copied to clipboard

Fix cmake invokation

Open mave113 opened this issue 2 years ago • 1 comments

For some reason the 'sh' python module decides to return a string in response to a Command() invokation instead of a RunningCommand instance that the code from this module expects. By setting the '_return_cmd' option to True we request the 'sh' module to always return a RunningCommand.

mave113 avatar Apr 24 '23 13:04 mave113

I should have commented that I ran into this issue using 'sh' version 2.0.2 while using 'init' to setup a new tutorial

ghost avatar Apr 24 '23 14:04 ghost