mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-29 09:21:05 +08:00
e7a5e097c4
contstruction. BarData can be falsey. in create_buffer_panel, the intention of the check against bar_data was to see if it was passed at all, not if it was truthey. In order to make that check more explicit, the check now asserts that bar_data is not None.