Skip to content

cli: don't check for glob pattern before translating into regex

glob.glob doesn't match some wildcards and since the pattern is translated by fnmatch this check can be removed.


Migrated from D3924 (view on Phabricator)

Merge request reports