Resolve 'E501 line too long' linters error

Change-Id: I30201bbcbf41d07b6ddf3f4d6f67747c76b1ce1a
This commit is contained in:
Jesse Pretorius 2016-07-15 11:44:34 +01:00
parent ada1a97f4e
commit 78369112b9
1 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,8 @@ version = version_info.canonical_version_string()
# gitsha: The SHA checksum of the bug description. Automatically extracted from git log.
# bug_tag: Tag for categorizing the bug. Must be set manually.
# These variables are passed to the logabug code via html_context.
giturl = 'http://git.openstack.org/cgit/openstack/' + target_name + '/tree/doc/source'
giturl = ("http://git.openstack.org/cgit/openstack/{0}"
"/tree/doc/source").format(target_name)
git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '"
gitsha = os.popen(git_cmd).read().strip('\n')
bug_title = "Documentation bug"