tdulcet / Distributed-Computing-Scripts

🖧 Distributed Computing Scripts for GIMPS, BOINC and Folding@home
MIT License
18 stars 12 forks source link

primenet: Set default value of debug level to 0 #19

Closed tbabej closed 1 year ago

tbabej commented 1 year ago

This fixes running primenet.py without specifying any debug flags.

tdulcet commented 1 year ago

Thank you for this PR!

I have been working on cleaning up the script in preparation for a big refactor, so I actually just removed this parameter a couple of days ago in https://github.com/tdulcet/Distributed-Computing-Scripts/commit/23162e2cb7055a618a909facef2c091a3f0763ba. I usually always use the debug flag when testing the script, so I did not notice this issue and it was not caught by the CI either... 😳 Anyway, thanks again for catching this and for your PR.