Skip to content
  • David Fairbrother's avatar
    Reject duplicated args and kwargs in CreateChildAlg · a1a9de10
    David Fairbrother authored
    Rejects a duplicated kwargs and arg, as boost used to handle this before
    we took over parsing manually using raw functions.
    Now we will explicitly check for this, and throw a invalid_exception (we
    couldn't find something for a TypeError though, so there is a potential
    future improvement)
    a1a9de10