diff options
author | Javier Jardón <jjardon@gnome.org> | 2018-08-28 20:41:08 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2018-08-28 23:22:00 +0100 |
commit | 3ae5fd05d0b9b97448d40ba64c528f31f83c2915 (patch) | |
tree | 935e78b6c82b7a329683d3ef15e995a5c4906b0b /doc/bst2html.py | |
parent | d3c32ca2f7d667c6d0ce5bc21118ef7cbd7cdc0a (diff) | |
download | buildstream-3ae5fd05d0b9b97448d40ba64c528f31f83c2915.tar.gz |
Fix E305 warnings
Diffstat (limited to 'doc/bst2html.py')
-rwxr-xr-x | doc/bst2html.py | 1 |
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() |