Rename variable
Rename the function local variable "job_count" in order to avoid confusion with the global variable by the same name. No change to logic.
Please register or sign in to comment
Rename the function local variable "job_count" in order to avoid confusion with the global variable by the same name. No change to logic.