ocean icon indicating copy to clipboard operation
ocean copied to clipboard

[Enhancement/Feature] [Integration] [Gitlab] Change fnmatch to glob in file kind

Open matan84 opened this issue 1 year ago • 0 comments

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?

  • [ ] I'm willing to submit a PR!

matan84 avatar Sep 03 '24 10:09 matan84