Open boeddeker opened 6 months ago
Fix for https://github.com/fgnt/sms_wsj/issues/31
Before sh=2.0.0, the return type of a command was sh.RunningCommand and it was interpreted as input to another command.
sh.RunningCommand
Changed the code to use subprocess.
There are some more issues with recent packages (numpy and scipy), that have to be solved first.
Fix for https://github.com/fgnt/sms_wsj/issues/31
Before sh=2.0.0, the return type of a command was
sh.RunningCommand
and it was interpreted as input to another command.Changed the code to use subprocess.