Skip to content

Commit

Permalink
Add one more helpful print message
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Feb 1, 2024
1 parent d61a5cb commit 6a4b14b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/admin/contributors.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,3 +231,4 @@ def set_default(obj):
json_filename = f"contributors-{sys.argv[2]}-{sys.argv[3]}.json"
with open(json_filename, 'w') as file:
json.dump(contrib_info, file, default=set_default)
print(f"\nDetailed information can be found in {json_filename}.")

0 comments on commit 6a4b14b

Please sign in to comment.