4763: Crash because error passes instead of string

svn: r16910
This commit is contained in:
Michiel Nauta 2011-03-24 21:19:14 +00:00
parent 9942d8de0f
commit d79b17c10d

View File

@ -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"), '')