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
We currently repeat ourselves a bit within the the application runners (RRunner and JuliaRunner) -- we should consider 🌴 these up a bit, and call ProcessRunner._start_command instead. We could refactor such that we use self.__class.__name__ within the logger, with a command template string. That would enable us to collapse the logic into a single function.