There is an issue, whereby which if I pass off includeDetails=True after the report ID, it is not recognized.
Traceback (most recent call last): File "read_all_sev4_cases.py", line 65, in <module> report = my_sf.get_report((config['report']['all_cases_sev4']), includeDetails=True) TypeError: get_report() got an unexpected keyword argument 'includeDetails'
Without the parameter, the report works fine.
There is an issue, whereby which if I pass off includeDetails=True after the report ID, it is not recognized.
Traceback (most recent call last): File "read_all_sev4_cases.py", line 65, in <module> report = my_sf.get_report((config['report']['all_cases_sev4']), includeDetails=True) TypeError: get_report() got an unexpected keyword argument 'includeDetails'Without the parameter, the report works fine.