Skip to content

Commit

Permalink
πŸ”‡ Fix verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Jun 22, 2023
1 parent 3ead710 commit 2b60b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lamindb/_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ def from_dir(

# silence fine-grained logging
verbosity = settings.verbosity
settings.verbosity = 3
settings.verbosity = 1 # just warnings
files = []
for filepath in folderpath.rglob(pattern):
if filepath.is_file():
Expand Down

0 comments on commit 2b60b36

Please sign in to comment.