Skip to content

Commit

Permalink
Fix typo, workspace -> workspaces (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
jprestwo authored Mar 4, 2025
1 parent 1812627 commit 4f8602b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ament_virtualenv/ament_virtualenv/glob_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def find_in_workspaces(project, file, workspaces=[]):

# Also append the current directory, in case we're building from the
# package directory itself
workspace.append(os.getcwd())
workspaces.append(os.getcwd())

# Above, all paths required an "install/" or "src/" folder in order to qualify
# as a workspace. This only applies to local workspaces but does not take into
Expand Down

0 comments on commit 4f8602b

Please sign in to comment.