Closed edbefee3-3888-462a-9411-741b7e9eb54e closed 2 years ago
nah, it's not a bug, it's that your code editor changed the file from CRLF to LF (before, it used "\r\n" to switch lines, and now it uses just "\n". Honestly, I needed to do this at some point, so might as well do it now)
Is it ready to be pulled, or do you think you want to add something else to this request first?
…huh. there are also a few unrelated lines that seem to have sneaked their way in from local code. I'll deal with them when merging.
for this PR, i think it can be merged, but i might do some more refactoring
next step is making file filtering work
done, the problem was an =
instead a :
the Bmodel.py thing is a git bug