Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only update bar.total when bar is instantiated
The `self.bar.total = total` is called even when `self.bar` is not instantiated. This results in crash.
- Loading branch information