Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Warning coming from ProcessFollowerWidget (#512)
We were passing a wrong thing to the ProcessMonitor constructor, but because it was just ignored as an extra keyword argument, it did not manifest as an actual bug. The functionality itself worked because we were passing the process uuid by linking the traitlets via `dlink()`. * Longer default timeout in ProcessFollowerWidget --------- Co-authored-by: Jusong Yu <jusong.yeu@gmail.com>
- Loading branch information