mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Tools/upload_log.py: add missing source parameter
This commit is contained in:
parent
83fdb9761c
commit
1e05520350
@ -93,7 +93,7 @@ def main():
|
||||
email = args.email
|
||||
|
||||
payload = {'type': 'personal', 'description': description,
|
||||
'feedback': feedback, 'email': email}
|
||||
'feedback': feedback, 'email': email, 'source': args.source}
|
||||
|
||||
for file_name in args.FILE:
|
||||
if not quiet:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user