<haylon>
It's been a hot minute since I've been in here. Hope everyone is doing well. I ended up losing all my work from my last employer, then about two years until now. So I'm having to relearn all the Buildbot stuff. So, I'm a little rusty.
<haylon>
I created a GitHub repository this time of my work, and also a GitHub Issue for it. https://github.com/FilBot3/filbot_buildbot/issues/1 For some reason, schedulers.ForceScheduler seems to think that the name= parameter isn't part of a list object? Then when taken out Buildbot(twistd) complains that I need it.
<haylon>
I have to be doing something wrong, I just don't understand what.
<haylon>
nvm. I am rusty. I can't .append() a list, I have to .extend() if I'm concatenating lists together.