jesper-raemaekers / python-polarion

A Python package to access the Polarion WSDL API.
MIT License
57 stars 35 forks source link

Typo in workitem.py #15

Closed dmitryf7 closed 3 years ago

dmitryf7 commented 3 years ago

line 265: if status in self.getVailableStatus(): Should be : if status in self.getAvailableStatus():

jesper-raemaekers commented 3 years ago

Resolved in V0.1.12