Spoons / rmm

An Open Source RimWorld mod package manager and sorting tool.
GNU General Public License v3.0
24 stars 7 forks source link

Created util.get_author #13

Closed Ant-V closed 1 year ago

Ant-V commented 1 year ago

I moved the authors logic from mod.py into its custom util function. It's still a bit brute forced, but until we figure out what is causing the errors, this does work.

I do not know if this is how you would proceed, or if I'm breaking your design pattern. Let me know if you would like it someway different.

Spoons commented 1 year ago

Weird but looks good to me. Let me test this tomorrow and then I'll merge it.

Ant-V commented 1 year ago

With the exception of one mod, that simply has an empty author tag, I have not been able to consistently reproduce the bug to figure out why it hangs on getting the author. Have you had any luck figuring out what's going on?