Skip to content

Rework the ProjectJob get method and bug fix if statements

Sergi Blanch Torné requested to merge project_job_get into main

The ProjectJob get method was failing, and it has been simplified.

Bug found due to many if statements were written like in python2. Solve this by checking if the key is in dict.keys().

Merge request reports