diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index acc334116..44b6502c9 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -7261,7 +7261,7 @@ class NavWebReport(Report): for index, key in enumerate(keys): (repo, handle) = repos_dict[key] - RepositoryPage(self, self.title, repository, handle, source_list) + RepositoryPage(self, self.title, repo, handle, source_list) self.user.step_progress() self.user.end_progress()