Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
5f54f4cb
Unverified
Commit
5f54f4cb
authored
Dec 22, 2019
by
Don Gagne
Committed by
GitHub
Dec 22, 2019
Browse files
Merge pull request #8159 from DonLakeFlyer/AndroidPackage
Fix debug output
parents
2968731d
7225eef5
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/google_play_upload.py
View file @
5f54f4cb
...
...
@@ -78,8 +78,8 @@ def main():
u
'status'
:
u
'completed'
,
}]}).
execute
()
print
'Track %s is set
for version code(s)
%s'
%
(
track_response
[
'track'
],
str
(
track_response
[
'
versionCod
es'
]))
print
'Track %s is set
with releases:
%s'
%
(
track_response
[
'track'
],
str
(
track_response
[
'
releas
es'
]))
commit_request
=
service
.
edits
().
commit
(
editId
=
edit_id
,
packageName
=
package_name
).
execute
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment