actually exclude cfg-editor

Change-Id: I1a31fd96eb8962cff92cda349201ebff4a0dddbc
This commit is contained in:
Georg Brandl 2024-07-26 11:46:02 +02:00 committed by Markus Zolliker
parent 79827baf2a
commit acf9a03aa4

View File

@ -32,7 +32,7 @@ import frappy.version
# cfg-editor is currently not functional
scripts = [script for script in glob(path.join('bin', 'frappy-*'))
if script != 'frappy-cfg-editor']
if not script.endswith('cfg-editor')]
uidir = path.join(path.dirname(__file__), 'frappy', 'gui', 'ui')
uis = [path.join('gui', 'ui', entry) for entry in listdir(uidir)]