Skip to content

Commit 0eb7715

Browse files
afsafzalpeterbarker
authored andcommitted
updating the comment
1 parent 22ae381 commit 0eb7715

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dronekit/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3015,6 +3015,8 @@ def upload(self, timeout=None):
30153015
30163016
After the return from ``upload()`` any writes are guaranteed to have completed (or thrown an
30173017
exception) and future reads will see their effects.
3018+
3019+
:param int timeout: The timeout for uploading the mission. No timeout if not provided or set to None.
30183020
"""
30193021
if self._vehicle._wpts_dirty:
30203022
self._vehicle._master.waypoint_clear_all_send()

0 commit comments

Comments
 (0)