Closed AstraLuma closed 3 years ago
viztests/loading.py stopped working because of an assetlib change (uses __new__ instead of __init__).
viztests/loading.py
__new__
__init__
Fix that.
viztests/loading.py
stopped working because of an assetlib change (uses__new__
instead of__init__
).Fix that.