Skip to content

Commit

Permalink
Set Maintainer._homedirs earlier
Browse files Browse the repository at this point in the history
This is needed for last_seen values to be retrieved correctly on the
first call to maintainer_list()
  • Loading branch information
jon-turney committed Feb 16, 2025
1 parent b7df314 commit 12d39b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions calm/maintainers.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,8 @@ def pkg_list(pkglist):

# create maintainer list
def maintainer_list(args):
Maintainer._homedirs = args.homedir

mlist = {}

# add all maintainers for all packages
Expand Down

0 comments on commit 12d39b8

Please sign in to comment.