Force lex scan to skip intial panel etc, also check in copylex for missing dir in output
This commit is contained in:
@@ -443,6 +443,10 @@ def main():
|
||||
edit_files = args.edit
|
||||
do_lang = args.lang
|
||||
do_audit = args.audit
|
||||
|
||||
if panel in ['Support','Manual','Initial','Legacypanel','Roundcubepanel','Module','Request','Swttheme','','','','','','','','','']:
|
||||
logger.warning(f"Skipping {panel}")
|
||||
quit(0)
|
||||
|
||||
logger.info(f"Lex scan for panel: {panel}, system: {system} audit: {do_audit} One word audit: {edit_files} Other lang: {do_lang}")
|
||||
|
||||
|
Reference in New Issue
Block a user