mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
In beeref/selection.py and beeref/view.py the commandline arg parse object would be created on import. Previously this would lead to the arg parse object being out of date when checking it. Now we don't recreate the arg parse helper object and instead make sure that it is static. |
||
|---|---|---|
| .. | ||
| actions | ||
| assets | ||
| config | ||
| fileio | ||
| items | ||
| selection | ||
| widgets | ||
| __init__.py | ||
| conftest.py | ||
| test_assets.py | ||
| test_commands.py | ||
| test_logging.py | ||
| test_main.py | ||
| test_scene.py | ||
| test_utils.py | ||
| test_view.py | ||
| utils.py | ||