1
2
Fork
You've already forked budget
0

TypeError: unsupported operand type(s) for -: 'NoneType' and 'NoneType' #2

Closed
opened 2023年11月04日 14:26:34 +01:00 by spla · 0 comments
Owner
Copy link

Traceback (most recent call last):
File "budget.py", line 162, in
balance_result = balance.show(balance.criteria)
File "app/libraries/classes.py", line 579, in show
balance = incomes - bills
TypeError: unsupported operand type(s) for -: 'NoneType' and 'NoneType'

Traceback (most recent call last): File "budget.py", line 162, in <module> balance_result = balance.show(balance.criteria) File "app/libraries/classes.py", line 579, in show balance = incomes - bills TypeError: unsupported operand type(s) for -: 'NoneType' and 'NoneType'
spla referenced this issue from a commit 2023年11月04日 14:27:55 +01:00
Sign in to join this conversation.
No Branch/Tag specified
main
master
No results found.
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
spla/budget#2
Reference in a new issue
spla/budget
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?