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)
Staging instance, all changes can be removed at any time
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)