plotly / dash-labs

Work-in-progress technical previews of potential future Dash features.
MIT License
139 stars 39 forks source link

Multi-Page Apps [Bug] Doesn't work with Windows #52

Closed AnnMarieW closed 3 years ago

AnnMarieW commented 3 years ago

As reported on the forum here, the multi-page app doesn't work with Windows - the apps aren't in dash.page_registry dict

The problem is in these 2 lines of code. Using os.walk instead of glob for getting files in sub directories should fix it. PR coming soon.