Combined specification detected for format stringPYL-W1305
Format string contains both automatic field numbering (e.g. {}
) and manual field specification (e.g. {0}
). This is an error. Please use only one of the specifications.
Format string contains both automatic field numbering (e.g. {}
) and manual field specification (e.g. {0}
). This is an error. Please use only one of the specifications.