4763: Crash because error passes instead of string
svn: r16911
This commit is contained in:
parent
911a32e5db
commit
7eb1a57669
@ -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"), '')
|
||||
|
Loading…
Reference in New Issue
Block a user