Force lex scan to skip intial panel etc, also check in copylex for missing dir in output

This commit is contained in:
2025-07-17 09:47:09 +01:00
parent 032c544c53
commit c3192df075
2 changed files with 27 additions and 3 deletions

View File

@@ -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}")