SMTP icon indicating copy to clipboard operation
SMTP copied to clipboard

Misplaced ')' on line 143

Open caelum24 opened this issue 2 years ago • 0 comments

fileName = str(state['file'] + '.txt') gives: TypeError: unsupported operand type(s) for +: 'int' and 'str'

instead fileName = str(state['file']) + '.txt' fixes the issue

caelum24 avatar Jun 27 '23 17:06 caelum24