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

exclude dirs in the pages folder that start with . or _ #2223

Merged
merged 5 commits into from
Sep 12, 2022

Conversation

AnnMarieW
Copy link
Collaborator

Fixes bug as reported on the forum where hidden directories in the pages folder were being imported.

@@ -1 +1,5 @@
from dash import register_page

register_page(__name__)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh good catch, it wouldn't execute this file without register_page, would it!

Copy link
Collaborator

@alexcjohnson alexcjohnson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💃 Nicely done 🎉

@alexcjohnson alexcjohnson merged commit d02017d into plotly:dev Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants