This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix get config fields for Pytext documentation
Summary: pytext gen-default-config was failing with recursion, turns out getting "Config" attribute isn't visible with dir(obj) but is with hasattr(obj, "Config"). Also tiny fix for a null "include_dirs" when trying to run the output config. Reviewed By: hudeven Differential Revision: D19397681 fbshipit-source-id: bd78da808e32c43019154aa1895179dbc6252bf7
- Loading branch information