-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Switch examples/markdown.py and examples/s3_ingest.py over to local mode. * Fix s3_ingest to have the correct path adjustment. Fix it to only setup the filesystem if the AWS env vars are not present (enabled verifying that auto-fs detection worked) Switch it from taking a manifest to taking a path. I was unable to find an example of using the manifest in files, and given the python path bug, it means no one was using the script. * Fix file scan to be able to work when the filesystem isn't specified. * Add logging for when we run steps in local mode -- it was hard to debug if things were having problems or just being slow. * docset.py, regex_replace.py: Fix escape sequences in docstrings that get warnings on 3.12.
- Loading branch information
1 parent
1d348c4
commit 44137bf
Showing
6 changed files
with
45 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters