Skip to content

Commit

Permalink
Automatically fix code style issues with autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 10, 2025
1 parent e6ca89d commit a3c68c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/nanosaur/installation.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
from nanosaur.utilities import Params, require_sudo_password
from nanosaur.workspace import get_workspace_path, create_workspace


def download_rosinstall(url, folder_path, file_name):
# Create the full file path
file_path = os.path.join(folder_path, file_name)
Expand Down Expand Up @@ -127,10 +128,10 @@ def run_rosdep(folder_path, password):


def run_colcon_build(folder_path):

ros2_distro = 'humble'
ros2_sources = f'/opt/ros/{ros2_distro}/setup.bash'

# Move to the folder_path and run the colcon build command
try:
os.chdir(folder_path)
Expand Down

0 comments on commit a3c68c0

Please sign in to comment.