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

Glob('../*') doesn't work #24

Open
Hixie opened this issue Jul 12, 2019 · 1 comment
Open

Glob('../*') doesn't work #24

Hixie opened this issue Jul 12, 2019 · 1 comment
Labels
type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@Hixie
Copy link

Hixie commented Jul 12, 2019

It appears that you can't match files in parent directories using Glob.

@mannprerak2
Copy link

This is working on Linux (and probably on macOS as well).
However,
Glob('../*') or even Glob('./*') isn't working on Windows.

@devoncarew devoncarew added the type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) label Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

3 participants