riga / law

Build large-scale task workflows: luigi + job submission + remote targets + environment sandboxing using Docker/Singularity
http://law.readthedocs.io
BSD 3-Clause "New" or "Revised" License
98 stars 41 forks source link

Fix: RuntimeError: maximum recursion depth exceeded #100

Closed pfackeldey closed 4 years ago

pfackeldey commented 4 years ago

Hi,

This PR fixes a "RuntimeError: maximum recursion depth exceeded while calling a Python object". _add called itself forever...

Best, Peter

riga commented 4 years ago

Thanks for the PR! Yes, this looks like a really bad typo ... 🙈