Commit Graph
1 Commits
Author SHA1 Message Date
Quentin THEURETandGitHub 17b1860b33 [FIX] Fix KeyError when a kwargs key is not defined
In patch_entry() method, if 'star' is not given in kwargs, there is a KeyError in __get_attr() method because we try to retrieve kwargs[what] when 'what' is not in kwargs.
2018-09-02 14:58:23 +02:00