You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we use the fnmatch to find globs in the gitlab file-kind feature. It needs to change to regular glob library once Ocean will be available to Python 3.12-13, So that we get all glob features.
Proposed Changes
Change fnmatch to glob
Are you willing to submit a PR?
I'm willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Motivation
Right now we use the fnmatch to find globs in the gitlab file-kind feature. It needs to change to regular glob library once Ocean will be available to Python 3.12-13, So that we get all glob features.
Proposed Changes
Change fnmatch to glob
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: