Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix get_nameid_unspecified and friends (refs #52)
It looks like these methods are called with extra arguments (e.g. sp_entityid), which are not used in these specific methods. Of course, Python complains if they are passed. By allowing any kwargs, these are silently ignored (as I believe they should, since they are not relevant). I only encountered the problem for get_nameid_unspecified, but I noticed some other methods that might have the same problem so I changed them as well.
- Loading branch information