From 1955d240c58ece8aec58ad3ecbc4429cd159eaea Mon Sep 17 00:00:00 2001 From: Arjan Dikhoff Date: Wed, 16 Oct 2024 14:36:09 +0200 Subject: [PATCH] Correct build --- build.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.py b/build.py index 9ac2b071fc7..dbc754c792b 100644 --- a/build.py +++ b/build.py @@ -41,8 +41,6 @@ def build(): else: print("output can't be . or start with /") exit(1) - includeUnimplemented = args.extended - ignoreClasses = args.tiny if (os.path.exists(outputDir)): print(f"Deleting {outputDir}") @@ -50,7 +48,7 @@ def build(): print("Building...") - printDir(parser.input); + printDir(inputDir); print(parser.epilog)