Daylily-Informatics / bloom

Templated Abstract Polymorphic (and opinionated) LIMS
Mozilla Public License 2.0
0 stars 1 forks source link

fix: removing mutable method arg dict #11

Closed adamtracy closed 3 months ago

adamtracy commented 9 months ago

Somethign i noticed while stepping the code. we should instead default to None for dict args. otherwise data corruption with this argument will occur.