Glob no longer working
See original GitHub issueFollowing the recent commits, our checks that use globs are no longer working. Every attempt to run write-good *.rst
results in a “not a valid argument” error:
putrino: docs (develop)$ write-good --version
0.12.0
putrino: docs (develop)$ write-good *.rst
"index.rst" is not a valid argument.
putrino: docs (develop)$ write-good ./*.rst
"./index.rst" is not a valid argument.
putrino: docs (develop)$ write-good ./index.rst
In ./index.rst
=============
simply *AS3*) is a flexible, low-overhead mechanism for managing
^^^^^^
"simply" can weaken meaning on line 12 at column 0
-------------
Schema, and declarations validate according to JSON Schema. AS3 accepts
^^^^^^^^
"validate" is wordy or unneeded on line 17 at column 30
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
php - Glob not giving me any results - Stack Overflow
Staring a path with a / makes glob look in your root for that folder, and I'm assuming there is no folder called...
Read more >glob.glob not working... : r/learnpython - Reddit
glob.glob not working... import glob c = glob.glob("*.txt") for file in c: print(file). This isn't printing anything, I don't know why.
Read more >glob — Unix style pathname pattern expansion ... - Python Docs
Source code: Lib/glob.py The glob module finds all the pathnames matching a specified pattern according to the rules used by the Unix shell, ......
Read more >glob not finding expected directory #15154 - bazelbuild/bazel
Description of the problem / feature request: I swear glob is haunted. It can find a sibling dir, but not an adjacent sibling...
Read more >glob.glob and gdal_translate not working - GIS Stack Exchange
I have a problem with my python script. I wrote it to convert MODIS data from .hdf into .tif. It will convert all...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It works!! @RichardLitt @TimKam Thanks so much, you rock!
@jputrino This should be good now! Reinstall, let me know, and let’s see if we can close this. Thanks, @TimKam.