Prevent blank line at start of migration placeholders

Because those blank lines sure are annoying.
Change-Id: I7b73536a89d18e0752651c198018eff6cc8b0e57
This commit is contained in:
Chris Dent
2017年08月25日 18:43:19 +01:00
parent d6de0e57c2
commit c324551015

View File

@@ -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
#
Reference in New Issue
openstack/nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.