switch some cmdopts to opts

This commit is contained in:
Vladimir Mandic
2023-05-06 14:35:33 -04:00
parent 1360c6422a
commit 41182009cb
10 changed files with 31 additions and 33 deletions
-5
View File
@@ -166,11 +166,6 @@ interrogator = modules.interrogate.InterrogateModels("interrogate")
face_restorers = []
def debug(message):
if cmd_opts.debug:
log.debug(message)
class OptionInfo:
def __init__(self, default=None, label="", component=None, component_args=None, onchange=None, section=None, refresh=None):
self.default = default