sign/nope
All checks were successful
/ job (push) Successful in 7m23s

This commit is contained in:
Marc Beninca 2025-05-25 20:22:08 +02:00
parent 879295afca
commit 22f52056ff
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -140,7 +140,7 @@ def wipe(directory):
def main(): def main():
file = os.path.realpath(__file__) file = os.path.realpath(__file__)
directory = os.path.dirname(file) directory = os.path.dirname(file)
build(directory, len(sys.argv) == 1) build(directory, len(sys.argv) == 0)
if __name__ == '__main__': if __name__ == '__main__':