Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fixed walk_dir to work with Windows file system #2090

Merged
merged 1 commit into from
Jun 13, 2022

Conversation

bradley-erickson
Copy link
Contributor

walk_dir was using the incorrect slashes on Windows filesystem, thus causing the page_filename to be set to the empty string.
@AnnMarieW confirmed these changes still work on non-Windows systems.

Start with a description of this PR. Then edit the list below to the items that make sense for your PR scope, and check off the boxes as you go!

Contributor Checklist

  • I have broken down my PR scope into the following TODO tasks
    • Fixed walk_dir on Windows filesystem
  • I have run the tests locally and they passed. (refer to testing section in contributing)

`walk_dir` was using the incorrect slashes on Windows filesystem, thus causing the `page_filename` to be set to the empty string.
@AnnMarieW confirmed these changes still work on non-Windows systems.
@AnnMarieW
Copy link
Collaborator

Looks good - Thanks @bradley-erickson ! 🙏

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.

💃 Thanks @bradley-erickson!

@alexcjohnson alexcjohnson merged commit bd89a51 into plotly:dev Jun 13, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants