mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-31 13:10:37 +00:00
Fix File->Save results command.
This commit is contained in:
parent
da58546e6d
commit
2c61e8db49
2 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
Fixes:
|
||||
- gui: Really read system and user configuration file.
|
||||
- gui: Fix "File->Save results" command.
|
||||
|
||||
Changes:
|
||||
- logging: Add warning tag attribute in XML loggers.
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ def urlsave (parent, config, urls):
|
|||
logger.end_output()
|
||||
|
||||
|
||||
def get_save_filename (parent, basedir):
|
||||
def get_save_filename (parent):
|
||||
"""Open file save dialog for given parent window and base directory.
|
||||
Return dialog result."""
|
||||
filename = "linkchecker-out.html"
|
||||
|
|
|
|||
Loading…
Reference in a new issue