kalekundert / stepwise

Modular, command-line scientific protocols
GNU General Public License v3.0
3 stars 0 forks source link

Can't use `sw note` after protocol that uses `Step` objects. #41

Closed kalekundert closed 3 years ago

kalekundert commented 3 years ago

sw note tries to apply a regular expression to each step (assuming the steps are strings), and this fails on Step objects. I'm planning to get rid of Step and write a new formatting module in the near future (see #35), so I'm not going to worry about this until I get to that.