Revision 6210494748e601c23cf6edf9ff1ae5adf47a3c4d authored by Madian Khabsa on 11 March 2021, 03:13:27 UTC, committed by Facebook GitHub Bot on 11 March 2021, 03:15:10 UTC
Summary:
Pull Request resolved: https://github.com/facebookresearch/mmf/pull/808

The current parser would fail if the opt value has `=` which is needed when providing filters. This diff takes the first occurrence of  `=` as the separator

Reviewed By: apsdehal

Differential Revision: D26955390

fbshipit-source-id: cedfb358de254a0c6d2a88744a0660984b045f47
1 parent c78a408
History
File Mode Size
.circleci
.github
docs
mmf
mmf_cli
projects
tests
tools
website
.editorconfig -rw-r--r-- 191 bytes
.flake8 -rw-r--r-- 187 bytes
.gitignore -rw-r--r-- 267 bytes
.pre-commit-config.yaml -rw-r--r-- 1.1 KB
LICENSE -rw-r--r-- 1.5 KB
MANIFEST.in -rw-r--r-- 130 bytes
NOTICES -rw-r--r-- 2.7 KB
README.md -rw-r--r-- 2.2 KB
pyproject.toml -rw-r--r-- 904 bytes
requirements.txt -rw-r--r-- 351 bytes
setup.py -rw-r--r-- 5.0 KB

README.md

back to top