Infernio
Infernio
Renaming an installer on nightly right now: ``` Traceback (most recent call last): File "bash\gui\events.pyo", line 165, in _post File "bash\basher\__init__.pyo", line 2403, in OnLabelEdited File "bash\balt.pyo", line 1333, in...
When the user enables/disables a plugin, if auto-ghosting is on we try to unghost/ghost it as a result. If the plugin is locked (e.g. by xEdit) the result is that...
Thanks! Will have a look once I find time.
> I wouldn't be against moving that to this org I'd say let's worry about that when we get there - this is definitely 308 territory, #15, #461 and #460...
Moved to 311, ref `inf-459-nexus-integration` WIP branch.
*For anyone crawling through the history, the bug that this issue was previously about was fixed by fa583a27d653d3d3fe5f3f80cf8410c82489b2c9.*
@BeermotorWB Let's take this issue: https://github.com/wrye-bash/wrye-bash/issues/380#issuecomment-538708431 to right here. The `TypeError: String or Unicode type required` issue turned out to be unrelated and easily fixed.
*(Dropped C-enhancement since this is primarily a discussion issue for now - readd enhancement in 308 once discussion is decided)*
IIRC you need to do `git submodule update --init`?
These commands work for me on a fresh clone: ```sh $ git clone https://github.com/wrye-bash/wrye-bash.git test-wb $ cd test-wb $ git switch inf-474-initial-ci $ git submodule update --init $ py -2...