pulumi/sdk/python
Kyle Dixler 2498ce1d7c
make python provider.py more tolerant of unexpected command line args (#10223)
When running Component Providers, command line flags are passed. When debugging using --logflow --logtostderr -v=5, -v=5 is passed to argparse. argparse doesn't expect this and crashes as it is not in the list of parameters the program expects.

This change makes the program more fault tolerant around unexpected parameters being passed in by callers.

Fixes #10208
2022-07-25 08:11:34 -07:00
..
cmd Add proto interfaces to move about logic to plugins (#10228) 2022-07-25 12:35:16 +01:00
dist Fix windows build 2020-12-07 15:58:30 -08:00
lib make python provider.py more tolerant of unexpected command line args (#10223) 2022-07-25 08:11:34 -07:00
scripts ci: divide and conquer integration tests by sdk and package group 2022-03-04 18:08:23 -08:00
stubs Fix bug in semver usage by enabling typechecking (#6833) 2021-04-21 15:48:57 -04:00
.gitignore Replace the use of pipenv with Python's venv (#8548) 2021-12-07 07:59:07 -08:00
.pylintrc Adapt to current version of pylint (#9755) 2022-06-01 13:32:42 -04:00
Makefile Remove PROJECT_ROOT Make var (#9953) 2022-06-24 10:04:40 -04:00
mypy.ini Unfix protobuf, teach pylint about generated members (#9337) 2022-04-04 13:28:04 +01:00
python.go Fix python overriding PATH on Windows (#10236) 2022-07-25 11:52:17 +01:00
python_test.go Fix python overriding PATH on Windows (#10236) 2022-07-25 11:52:17 +01:00
requirements.txt Update python protobuf (#10063) 2022-07-12 21:24:51 +01:00
shim_unix.go Fix lint (#7915) 2021-09-07 16:41:17 -04:00
shim_windows.go Add copyright notice 2020-12-07 14:17:45 -08:00