summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2017-08-25 18:43:19 +0100
committerChris Dent <cdent@anticdent.org>2017-08-25 18:43:19 +0100
commitc324551015bf5df1f5a98c2f12122d5b17065b5c (patch)
tree9ca696a89fd4593ef2a0e785128fa54522a9496f /tools
parentd6de0e57c21472b99cbe71ec62b3967ef7282dec (diff)
downloadnova-c324551015bf5df1f5a98c2f12122d5b17065b5c.tar.gz
Prevent blank line at start of migration placeholders
Because those blank lines sure are annoying. Change-Id: I7b73536a89d18e0752651c198018eff6cc8b0e57
Diffstat (limited to 'tools')
-rwxr-xr-xtools/reserve-migrations.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/reserve-migrations.py b/tools/reserve-migrations.py
index 080fb3889a..8b35607da7 100755
--- a/tools/reserve-migrations.py
+++ b/tools/reserve-migrations.py
@@ -8,8 +8,8 @@ import subprocess
BASE = 'nova/db/sqlalchemy/migrate_repo/versions'.split('/')
API_BASE = 'nova/db/sqlalchemy/api_migrations/migrate_repo/versions'.split('/')
-STUB = """
-# Licensed under the Apache License, Version 2.0 (the "License"); you may
+STUB = \
+"""# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#