Skip to content

Commit

Permalink
Automatically fix code style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 16, 2025
1 parent 20f0f27 commit 7b3294c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/nanosaur/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
import logging
import nanosaur.variables as nsv
from nanosaur import workspace
from nanosaur.ros import get_ros2_path
from nanosaur.docker import docker_simulator_start
from nanosaur.prompt_colors import TerminalFormatter
from nanosaur.utilities import Params, RobotList
Expand Down
3 changes: 1 addition & 2 deletions src/nanosaur/workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def debug_simulation(params: utilities.Params, args):
)

return False

def debug_diagnostic():
# Create the Nanosaur home folder
nanosaur_home_path = utilities.get_nanosaur_home()
Expand Down Expand Up @@ -552,7 +552,6 @@ def deploy_diagnostic():
# Define tag image name and dockerfile path
tag_image = f"{nanosaur_docker_user}/nanosaur:diagnostic"
dockerfile_path = f"{shared_path}/Dockerfile"
platforms = ["linux/amd64", "linux/arm64"]
# Deploy the diagnostic workspace to the docker image for both platforms
return ros.deploy_docker_image(dockerfile_path, tag_image)

Expand Down

0 comments on commit 7b3294c

Please sign in to comment.