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 Jan 21, 2025
1 parent 990a98d commit 7ef22e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nanosaur/workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ def deploy(platform, params: Params, args, password=None):

if workspace == 'robot' or args.all_platforms:
print(TerminalFormatter.color_text("Robot deploy. Not implemented", color='yellow'))

if workspace == 'desktop' or args.all_platforms:
print(TerminalFormatter.color_text("Desktop deploy. Not implemented", color='yellow'))

Expand Down

0 comments on commit 7ef22e5

Please sign in to comment.