Skip to content
Snippets Groups Projects
  • Newbyte's avatar
    ca5c77fa
    pmb.core.config: Fix type of jobs variable (MR 2434) · ca5c77fa
    Newbyte authored and Caleb Connolly's avatar Caleb Connolly committed
    I don't think there's any case where the number of jobs would have to be
    a string. It's also being assigned an integer elsewhere the code (in
    ask_for_additional_options() inside of init.py), so an integer seems
    like what we actually want. Also fix type errors resulting of this.
    pmb.core.config: Fix type of jobs variable (MR 2434)
    Newbyte authored and Caleb Connolly's avatar Caleb Connolly committed
    I don't think there's any case where the number of jobs would have to be
    a string. It's also being assigned an integer elsewhere the code (in
    ask_for_additional_options() inside of init.py), so an integer seems
    like what we actually want. Also fix type errors resulting of this.