X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ice_validator%2Fvvp.py;h=8d1fc69103362254f58a89cef90304302b1d1aff;hb=961f572383ff3398bcafc802682b92f23f8ab1fe;hp=9c63168d5490ca21905f178ef3ebff1c44fba9e5;hpb=48a07b6942d3956666d30947372653feb702fdae;p=vvp%2Fvalidation-scripts.git 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",