Change default durations
argument from list in generate.py
#2342
Labels
enhancement
New feature or request
durations
argument from list in generate.py
#2342
Just leaving here so I don't forget, happy to make a PR on this. Some of the default arguments for functions in
generate.py
are mutable, which is not reccomended due to pythons crazy behaviour. These could be changed toNone
and the default value set in the body of the function.The text was updated successfully, but these errors were encountered: