pyOpenSci / pyosMeta

A package that updates pyOpenSci contributor and package metadata on our website
BSD 3-Clause "New" or "Revised" License
4 stars 18 forks source link

fix: advisory_council should default to false #200

Closed lwasser closed 2 months ago

lwasser commented 2 months ago

This is a small fix to ensure that emeritus advisory and advisory roles:

  1. default to false
  2. always have a bool value which should default to false
  3. should not be changed by the code if the value in the data is true (i think this was just a tiny bug that i found).