Browse Source

Fix build.py

master
Dimitri Merejkowsky 6 years ago
parent
commit
150cde89b5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      sessions/build.py

+ 1
- 1
sessions/build.py View File

@@ -16,7 +16,7 @@ def main():
cmd.append("texi2pdf") cmd.append("texi2pdf")
else: else:
cmd.append("pdflatex") cmd.append("pdflatex")
cmd.append(f"../python-{number}")
cmd.append(f"../python-{number}.tex")
subprocess.run(cmd, cwd="build", check=True) subprocess.run(cmd, cwd="build", check=True)