summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/bsp/engine.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/bsp/engine.py b/scripts/lib/bsp/engine.py
index 5ff6c9836d..2b87d3337a 100644
--- a/scripts/lib/bsp/engine.py
+++ b/scripts/lib/bsp/engine.py
@@ -1362,7 +1362,7 @@ def run_program_lines(linelist, codedump):
1362 of = open("bspgen.out", "w") 1362 of = open("bspgen.out", "w")
1363 of.write(buf) 1363 of.write(buf)
1364 of.close() 1364 of.close()
1365 exec buf 1365 exec(buf)
1366 1366
1367 1367
1368def gen_target(files, context = None): 1368def gen_target(files, context = None):