summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2018-08-28 20:41:08 +0100
committerJavier Jardón <jjardon@gnome.org>2018-08-28 23:22:00 +0100
commit3ae5fd05d0b9b97448d40ba64c528f31f83c2915 (patch)
tree935e78b6c82b7a329683d3ef15e995a5c4906b0b /doc
parentd3c32ca2f7d667c6d0ce5bc21118ef7cbd7cdc0a (diff)
downloadbuildstream-3ae5fd05d0b9b97448d40ba64c528f31f83c2915.tar.gz
Fix E305 warnings
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/bst2html.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/bst2html.py b/doc/bst2html.py
index 47ea662b5..0cfb43b5c 100755
--- a/doc/bst2html.py
+++ b/doc/bst2html.py
@@ -455,6 +455,7 @@ def run_bst(directory, force, source_cache, description, palette):
return 0
+
if __name__ == '__main__':
try:
run_bst()