Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed Jan 27, 2025
1 parent c139227 commit 5a6fee1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nanosaur/workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,7 @@ def handle_docker_compose_file(docker_compose_file):
return True

# Check if docker-compose files exist
# sourcery skip: merge-nested-ifs
if device_type == "robot" or args.all:
if not handle_docker_compose_file('docker-compose.robot.yml'):
return False
Expand Down

0 comments on commit 5a6fee1

Please sign in to comment.