mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-05 21:24:45 +00:00
Remove unused variable.
This commit is contained in:
parent
18a200d85f
commit
d37347cab0
1 changed files with 1 additions and 1 deletions
|
|
@ -431,7 +431,7 @@ Version 2 or later.
|
|||
title = _(u"LinkChecker memory dump written")
|
||||
message = _(u"The memory dump has been written to `%(filename)s'.")
|
||||
attrs = dict(filename=filename)
|
||||
res = QtGui.QMessageBox.information(self, title, message % attrs)
|
||||
QtGui.QMessageBox.information(self, title, message % attrs)
|
||||
|
||||
def get_url (self):
|
||||
"""Return URL to check from the urlinput widget."""
|
||||
|
|
|
|||
Loading…
Reference in a new issue