We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d468c89 commit 5c80567Copy full SHA for 5c80567
libraries/management/commands/release_tasks.py
@@ -59,7 +59,7 @@ def set_tasks(self):
59
Action("Updating slack activity buckets", ["fetch_slack_activity"]),
60
Action("Updating website statistics", self.update_website_statistics),
61
Action("Importing mailing list counts", self.import_ml_counts),
62
- Action("Generating report", self.generate_report),
+ # Action("Generating report", self.generate_report),
63
]
64
65
def import_versions(self):
0 commit comments