summaryrefslogtreecommitdiffstats
path: root/bin/docs-update-generated.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/docs-update-generated.py')
-rw-r--r--bin/docs-update-generated.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/docs-update-generated.py b/bin/docs-update-generated.py
index 307f843..78b60a7 100644
--- a/bin/docs-update-generated.py
+++ b/bin/docs-update-generated.py
@@ -45,7 +45,7 @@ def generate_all():
print("Couldn't create destination folder %s! Exiting..." % gen_folder)
return
# Call scons-proc.py
- rv = subprocess.call([sys.executable,
+ _ = subprocess.call([sys.executable,
os.path.join('bin','scons-proc.py'),
'-b', argpair('builders'),
'-f', argpair('functions'),