You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The pythonic keyword is not being properly passed from the process_service_request method to the service_request method.
To Reproduce
Create an instance of a Service Class that has pythonic responses disabled. Call any operation and provide the pythonic keyword set to True. You will still receive dictionary output.
Expected behavior
Pythonic responses can be enabled per operation.
Environment (please complete the following information):
OS: All supported
Python: All supported
FalconPy: v1.3.0 - 1.3.3
The text was updated successfully, but these errors were encountered:
Describe the bug
The pythonic keyword is not being properly passed from the
process_service_request
method to theservice_request
method.To Reproduce
Create an instance of a Service Class that has pythonic responses disabled. Call any operation and provide the
pythonic
keyword set to True. You will still receive dictionary output.Expected behavior
Pythonic responses can be enabled per operation.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: