aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/vvp.py
diff options
context:
space:
mode:
authorLovett, Trevor <trevor.lovett@att.com>2019-01-29 14:14:44 -0600
committerLovett, Trevor <trevor.lovett@att.com>2019-01-29 14:43:23 -0600
commit961f572383ff3398bcafc802682b92f23f8ab1fe (patch)
treeda3f9d5e912c2ef27b98fc9c0cd2bb098670dc44 /ice_validator/vvp.py
parent48a07b6942d3956666d30947372653feb702fdae (diff)
[VVP] Removing dynamic download of needs.json
Also resolving some flake8 failures Change-Id: I2de20975106de0308bc20c2a8944e3552f6f7cca Issue-ID: VVP-140 Signed-off-by: Lovett, Trevor <trevor.lovett@att.com>
Diffstat (limited to 'ice_validator/vvp.py')
-rw-r--r--ice_validator/vvp.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ice_validator/vvp.py b/ice_validator/vvp.py
index 9c63168..8d1fc69 100644
--- a/ice_validator/vvp.py
+++ b/ice_validator/vvp.py
@@ -185,7 +185,7 @@ class QueueWriter:
def get_plugins() -> Optional[List]:
- """When running in a frozen bundle, plugins need to be registered
+ """When running in a frozen bundle, plugins to be registered
explicitly. This method will return the required plugins to register
based on the run mode"""
if hasattr(sys, "frozen"):
@@ -682,7 +682,7 @@ class ValidatorApp:
try:
os.remove(self.report_file_path)
return True
- except OSError as e:
+ except OSError:
messagebox.showerror(
"Error",
"Please close or rename the open report file before re-validating",