question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Glob no longer working

See original GitHub issue

Following 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:closed
  • Created 5 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
jputrinocommented, May 23, 2018

It works!! @RichardLitt @TimKam Thanks so much, you rock!

0reactions
RichardLittcommented, May 23, 2018

@jputrino This should be good now! Reinstall, let me know, and let’s see if we can close this. Thanks, @TimKam.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found