From ef52628bbcf065f24c448ccd9d780c125dbba8e0 Mon Sep 17 00:00:00 2001 From: dmiller Date: Wed, 1 Jan 2020 23:04:52 +0000 Subject: [PATCH] Remove unused variable. #1834 --- zenmap/zenmapGUI/ScanInterface.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/zenmap/zenmapGUI/ScanInterface.py b/zenmap/zenmapGUI/ScanInterface.py index c9d114242..0e1561bc0 100644 --- a/zenmap/zenmapGUI/ScanInterface.py +++ b/zenmap/zenmapGUI/ScanInterface.py @@ -506,10 +506,7 @@ class ScanInterface(HIGVBox): self.update_ui() def collect_umit_info(self, command, parsed): - profile = CommandProfile() - profile_name = command.profile - - parsed.profile_name = profile_name + parsed.profile_name = command.profile parsed.nmap_command = command.command def kill_all_scans(self):