Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: only iterate over directories in the plugins/ directory #1228

Merged
merged 1 commit into from
May 12, 2022

Conversation

Stratus3D
Copy link
Member

Fixes part of #1029

The shell glob pattern dir/* matches any files in dir/, dir/*/ matches only directories in dir. When iterating over the plugins directory we only care about directories, since only they can represent plugins.

@Stratus3D Stratus3D requested a review from a team as a code owner May 11, 2022 12:13
@Stratus3D Stratus3D force-pushed the tb/plugins-ds-store-fix branch 2 times, most recently from 0d279b3 to 9fa3657 Compare May 11, 2022 12:21
@Stratus3D Stratus3D changed the title Only iterate over directories in the plugins/ directory fix: only iterate over directories in the plugins/ directory May 11, 2022
@Stratus3D Stratus3D merged commit 788ccab into asdf-vm:master May 12, 2022
@Stratus3D Stratus3D deleted the tb/plugins-ds-store-fix branch May 12, 2022 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant