psolin / cleanco

Company Name Processor written in Python
MIT License
318 stars 94 forks source link

TypeError: custom_basename() got multiple values for argument 'terms' #80

Closed iCurCoding closed 2 months ago

iCurCoding commented 2 years ago

How to solve the error

FBnil commented 1 year ago

You need to use prepare_my_terms() first to prepare that second parameter of custom_basename() You can see a working example here: https://github.com/psolin/cleanco/issues/84#issuecomment-1216847830