Skip to content

Commit

Permalink
Fix menu
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed Jan 18, 2025
1 parent f3d5800 commit b734661
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/nanosaur/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ def main():
parser_workspace = parser_workspace_menu(subparsers)

# Subcommand: simulation (with a sub-menu for simulation types)
# if device_type == 'desktop' and get_workspace_path(params['nanosaur_workspace_name']) is not None:
# # Add simulation subcommand
parser_simulation = parser_simulation_menu(subparsers, params)
if device_type == 'desktop':
# Add simulation subcommand
parser_simulation = parser_simulation_menu(subparsers, params)

# Subcommand: robot (with a sub-menu for robot operations)
robot_data = robot.RobotList.get_robot(params)
Expand Down

0 comments on commit b734661

Please sign in to comment.