Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
restore behavior defaults to a dictionary
Prior to PR #2454, behavioral data defaulted to a dictionary pointing to a list. The PR changed it to an empty list. This is expected to be a dictionary everywhere, and most code expects the "processes" key to exist and either be empty or have process data in it.
- Loading branch information