We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3729bc commit 3481f14Copy full SHA for 3481f14
1 file changed
osf/metrics/reporters/institution_summary_monthly.py
@@ -21,7 +21,7 @@ def iter_report_kwargs(self, continue_after: dict | None = None):
21
22
def report(self, **report_kwargs):
23
_institution = Institution.objects.get(pk=report_kwargs['institution_pk'])
24
- reports = self.generate_report(_institution)
+ reports = self.generate_report(_institution)
25
_report = next(r for r in reports if isinstance(r, InstitutionMonthlySummaryReport))
26
return _report
27
0 commit comments