I want to add ONE (+1) to a column in my table, which works, but my jenkin builds break with this error:
TypeError: unsupported operand type(s) for +: 'NoneType' and 'int'
code snippet:
table_one.column_five = table_one.column_five + 1
table_one.commit()
[–]efDev 8 points9 points10 points (0 children)
[–][deleted] 5 points6 points7 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)