ros2 / ci

ROS 2 CI Infrastructure
http://ci.ros2.org/
Apache License 2.0
48 stars 30 forks source link

Switch to raw string for expect string. #762

Closed clalancette closed 4 months ago

clalancette commented 4 months ago

Otherwise, modern Python (3.12, at least), complains:

/tmp/rti_web_binaries_install_script.py:29: SyntaxWarning: invalid escape sequence '[' 'Press [Enter] to continue:', /tmp/rti_web_binaries_install_script.py:30: SyntaxWarning: invalid escape sequence '\?' 'Do you accept this license\? [y/n]: '])

clalancette commented 4 months ago

CI (only Linux and RHEL-9, since those are the only ones that use this script):