Will Neuner

Results 2 issues of Will Neuner

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