mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-01 01:13:23 +00:00
doc: remove double URL print
This commit is contained in:
parent
11ebce114c
commit
f84ec3e456
@ -140,8 +140,7 @@ def main(argv):
|
||||
print('GIT branch name: failed to get, use default value \"%s\"" ', gitbranchname, exc.returncode, exc.output)
|
||||
else:
|
||||
print('GIT branch name: %s' % gitbranchname)
|
||||
print('GITHUB URL: %s' % githuburl)
|
||||
|
||||
|
||||
githuburl = githuburl + gitbranchname
|
||||
print('GITHUB URL: %s\n' % githuburl)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user