mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Avoid file corruption from Zenmap configs reopening already-open config file
This commit is contained in:
parent
a26f765546
commit
97b5aa2ced
1 changed files with 0 additions and 1 deletions
|
|
@ -319,7 +319,6 @@ class WindowConfig(UmitConfigParser, object):
|
|||
self.create_section()
|
||||
|
||||
def save_changes(self):
|
||||
config_parser.fp = open(Path.user_config_file, 'w')
|
||||
config_parser.save_changes()
|
||||
|
||||
def create_section(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue