Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
path
param of Language.__init__
always being ignored
There was an explicitly-declared `path` keyword argument, so 'path' would never be present in `**overrides`. This line just overwrote any manually-specified value the user might've passed to the `path` parameter.
- Loading branch information