We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d7724 commit a32e1f2Copy full SHA for a32e1f2
turtlebot4_setup/conf.py
@@ -233,7 +233,7 @@ def write_system(self):
233
234
# update /boot/firmware/user-data with the new hostname
235
subprocess.run(shlex.split(f'cp {self.fw_user_data_file} /tmp/user-data'))
236
- subprocess.run(shlex.split(f'sed -i -E "s/^hostname:.+/hostname: {self.get(SystemOptions.HOSTNAME)}/" /tmp/user-data'))
+ subprocess.run(shlex.split(f'sed -i -E "s/^hostname:.+/hostname: {self.get(SystemOptions.HOSTNAME)}/" /tmp/user-data')) # noqa: E501
237
subprocess.run(shlex.split(f'sudo mv /tmp/user-data {self.fw_user_data_file}'))
238
239
def read_wifi(self):
0 commit comments