diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index 39226475a..7bc01895b 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -5719,7 +5719,7 @@ class NavWebReport(Report): self.archive = tarfile.open(self.target_path, "w:gz") except (OSError, IOError), value: ErrorDialog(_("Could not create %s") % self.target_path, - value) + str(value)) return self.progress = ProgressMeter(_("Narrated Web Site Report"), '')