[rosbag2_py] Typo in Recorder's signal restoration? (second SIGTERM
should be SIGINT
)
#1686
Labels
bug
Something isn't working
SIGTERM
should be SIGINT
)
#1686
Description
Per comment in
#1678 (comment)
Line 239 should be
SIGINT
, notSIGTERM
:rosbag2/rosbag2_py/src/rosbag2_py/_transport.cpp
Lines 234 to 240 in 8c94497
fyi @MichaelOrlov
Expected Behavior
Line 239 should be
SIGINT
, notSIGTERM
Actual Behavior
It is
SIGTERM
To Reproduce
See code.
System (please complete the following information)
Additional context
Relates #1678
The text was updated successfully, but these errors were encountered: