Got rid of the dependency on attrdict, which was causing problems in Python 3.10+. Dependency was only in bin/jamstats and bin/jamstats_nogui, where I was using it to dummy up an object that looks like the ArgParse args object. Replaced with a trivial class that does nothing and can take attributes.
Got rid of the dependency on attrdict, which was causing problems in Python 3.10+. Dependency was only in
bin/jamstats
andbin/jamstats_nogui
, where I was using it to dummy up an object that looks like the ArgParse args object. Replaced with a trivial class that does nothing and can take attributes.