Skip to main content

Hi,

I am trying to use the PRIORITY custom parameter in WCSRequest as referenced here. Whenever i run the code to use it, i get the following error : TypeError: __init__() got an unexpected keyword argument 'priority'. How do i make this work?

Thanks,

Sidharrth

Hi, As documented please use upper case: PRIORITY. If you use lowercase you will naturally get the error you returned. 


Reply