mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 06:14:14 +08:00
Tools/upload_log.py: add missing source parameter
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user