You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah. I think this was the result of me trying to implement the formatter as a line wise generator. Looking back that was probably overengineering on my part that just makes the code more complicated and leads to things such as this being harder / forgotten.
Should be
','.join(authors)
.May be better to format as a list instead?
The text was updated successfully, but these errors were encountered: