aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/scripts/supercommand.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-11-15 13:14:23 +0100
committerGuido Günther <agx@sigxcpu.org>2016-11-15 13:15:42 +0100
commit6f75d7c4f0f3719ab7b664cfc96b50bc44140a32 (patch)
treed0ad8bf5be0b51bbb26a28bc64a3124648c6cf05 /gbp/scripts/supercommand.py
parentacf7a739d5f5b875bc3f02c3fe9148c4f8a6261b (diff)
Fix new flake8 errors
E305 expected 2 blank lines after class or function definition
Diffstat (limited to 'gbp/scripts/supercommand.py')
-rw-r--r--gbp/scripts/supercommand.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gbp/scripts/supercommand.py b/gbp/scripts/supercommand.py
index e9e03ab2..c2bcfb2c 100644
--- a/gbp/scripts/supercommand.py
+++ b/gbp/scripts/supercommand.py
@@ -146,6 +146,7 @@ def supercommand(argv=None):
return module.main(args)
+
if __name__ == '__main__':
sys.exit(supercommand())