From 22f52056ffb8fac763efa22993fe404670472140 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 25 May 2025 20:22:08 +0200 Subject: [PATCH] sign/nope --- cnam.marc/thesis/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnam.marc/thesis/build.py b/cnam.marc/thesis/build.py index 5a58a27..cd9ebf9 100755 --- a/cnam.marc/thesis/build.py +++ b/cnam.marc/thesis/build.py @@ -140,7 +140,7 @@ def wipe(directory): def main(): file = os.path.realpath(__file__) directory = os.path.dirname(file) - build(directory, len(sys.argv) == 1) + build(directory, len(sys.argv) == 0) if __name__ == '__main__':