Closed N7DR closed 4 years ago
Yes, the magic boils down to the execution of a workflow from command line which fails to consider space in the path.
Thanks for the bug report. I have fixed it and released sos-notebook 0.21.9.
The previous patch did not work... had to submit another patch and release sos-notebook 0.21.10 for this.
If I create a trivial workflow with just one cell, containing (per the web example):
then if fails, when executed, with the error:
if the workflow has been created in a directory such that anywhere in the full path name is a directory whose name contains a space. For example, if I run the notebook from the directory: ~/level-1/ARRL Book/sos-directory/ then executing the cell will fail with the above error.
Moving exactly the same notebook to: ~/level-1/ARRL-Book/sos-directory/ [the space has been replaced with a hyphen] causes the cell to execute correctly.