Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pgsoft
/
LogDisplayer
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b70643d
LogDisplayer
/
scratch
/
test_glob.py
Beracles
api parse token
58a7ac0
5 months ago
raw
Copy download link
history
blame
Safe
108 Bytes
import
glob
path =
"data/logs"
files = glob.glob(
"**/*.json"
, root_dir=path, recursive=
True
)
print
(files)