fix
This commit is contained in:
parent
160e486e88
commit
858c2aacaf
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
@ -12,7 +12,7 @@ OUTPUT = 'out'
|
||||||
|
|
||||||
|
|
||||||
def others():
|
def others():
|
||||||
travaux = os.path.join('cnam', 'travaux')
|
travaux = os.path.join('cnam')
|
||||||
for travail in TRAVAUX:
|
for travail in TRAVAUX:
|
||||||
subprocess.call([os.path.join(travaux, travail, 'build.py')])
|
subprocess.call([os.path.join(travaux, travail, 'build.py')])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue