cnam.marc
All checks were successful
/ job (push) Successful in 1m53s

This commit is contained in:
Marc Beninca 2025-05-25 14:35:27 +02:00
parent 041f903f88
commit 45f3bf1a62
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
267 changed files with 1 additions and 1 deletions

View file

@ -15,7 +15,7 @@ TRAVAUX = [
def others():
travaux = os.path.join("cnam")
travaux = os.path.join("cnam.marc")
for travail in TRAVAUX:
subprocess.call([os.path.join(travaux, travail, "build.py")])