gridparse 1.5.4__tar.gz → 1.5.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {gridparse-1.5.4/gridparse.egg-info → gridparse-1.5.5}/PKG-INFO +1 -1
- {gridparse-1.5.4 → gridparse-1.5.5}/gridparse/grid_argument_parser.py +1 -1
- {gridparse-1.5.4 → gridparse-1.5.5/gridparse.egg-info}/PKG-INFO +1 -1
- {gridparse-1.5.4 → gridparse-1.5.5}/pyproject.toml +1 -1
- {gridparse-1.5.4 → gridparse-1.5.5}/setup.py +1 -1
- {gridparse-1.5.4 → gridparse-1.5.5}/LICENSE +0 -0
- {gridparse-1.5.4 → gridparse-1.5.5}/MANIFEST.in +0 -0
- {gridparse-1.5.4 → gridparse-1.5.5}/README.md +0 -0
- {gridparse-1.5.4 → gridparse-1.5.5}/gridparse/__init__.py +0 -0
- {gridparse-1.5.4 → gridparse-1.5.5}/gridparse/utils.py +0 -0
- {gridparse-1.5.4 → gridparse-1.5.5}/gridparse.egg-info/SOURCES.txt +0 -0
- {gridparse-1.5.4 → gridparse-1.5.5}/gridparse.egg-info/dependency_links.txt +0 -0
- {gridparse-1.5.4 → gridparse-1.5.5}/gridparse.egg-info/requires.txt +0 -0
- {gridparse-1.5.4 → gridparse-1.5.5}/gridparse.egg-info/top_level.txt +0 -0
- {gridparse-1.5.4 → gridparse-1.5.5}/setup.cfg +0 -0
@@ -604,7 +604,7 @@ class GridArgumentParser(_GridActionsContainer, AuxArgumentParser):
|
|
604
604
|
# if arg_string is "_None_", then return None
|
605
605
|
if (
|
606
606
|
arg_string == "_None_"
|
607
|
-
|
607
|
+
and action.dest in self._grid_args
|
608
608
|
and action.type is not strbool
|
609
609
|
):
|
610
610
|
return None
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|