mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 18:27:05 +08:00
mavsdk_tests: fix missing space after number
This commit is contained in:
@@ -449,7 +449,7 @@ class Tester:
|
||||
elif n == 1 and total == 1:
|
||||
return text_to_format.format("")
|
||||
else:
|
||||
return text_to_format.format(n)
|
||||
return text_to_format.format(str(n) + " ")
|
||||
|
||||
def sigint_handler(self, sig: signal.Signals, frame: FrameType) \
|
||||
-> NoReturn:
|
||||
|
||||
Reference in New Issue
Block a user