Closed matthew-p closed 5 years ago
Is line 46 here actually the intended implementation?
"if: (!WasExecuted && WasExecuted)"
https://github.com/picklesdoc/pickles/commit/f078a8ac2f7b76ab04b3d301d9184d7e5d105864#diff-63def25e4324a85e098e45f45fbbc241
No ... that should probably be (!WasExecuted && WasProvided) ...
(!WasExecuted && WasProvided)
Could you make a pull request with a fix? Many thanks!
Is line 46 here actually the intended implementation?
"if: (!WasExecuted && WasExecuted)"
https://github.com/picklesdoc/pickles/commit/f078a8ac2f7b76ab04b3d301d9184d7e5d105864#diff-63def25e4324a85e098e45f45fbbc241