You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
In GitLab by @xZise on Jul 26, 2016, 04:35
I'm wondering if this package could provide the stdin function directly. So instead of needing to patch some module so it looks like this:
It could look like this:
And basically this is just moving the
ifblock inpatch_stdinoutside the function. If you want I can provide a merge request for it.