Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added exception handler to trap the RuntimeError raised when
Depends.enforce_dependency() class method fires unsuccessfully. There appears to be no synchronization within the Depends decorator class wrt the class global dependency_dict which results in incomplete population of any loader instantiation occuring at the time of one of these exceptions. This would mitigate the immediate affects of saltstack#23839 and saltstack#23373.
- Loading branch information