Skocz do zawartości

"bad argument type for built-in operation"


hubertsuder

Recommended Posts

Po wywołaniu tego kodu zwraca mi error "bad argument type for built-in operation"

 

            def remap_lines_dict(line):
                line.update({
                    'gross_ammount': line['net'] * float(f"1.{line['tax']}")
                })

                return line

            lines = [remap_lines_dict(line) for line in request.data['lines']]
            print(lines)
            for line in lines:
                textob.textLine('-------------------------------------------------------------------------------------'
                                '-------------')
                textob.textLine(line)

Natomiast jak mam zakomentowany **for line in lines:** to wtedy nie wywala tego błędu.

Edytowano przez hubertsuder
Link do komentarza
Udostępnij na innych stronach

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Gość
Odpowiedz...

×   Wkleiłeś zawartość bez formatowania.   Usuń formatowanie

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Utwórz nowe...