Skip to content

Commit

Permalink
dircheck.py: fix folder naming violations not causing exit code 1 (#555)
Browse files Browse the repository at this point in the history
* Update dircheck.py

* Rename pivot_tables -> pandas-pivot-table
  • Loading branch information
dbader authored Jul 10, 2024
1 parent 2c52d4f commit 2758339
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dircheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
f"{f}: ensure folder name only uses "
f"lowercase letters, numbers, and hyphens"
)
has_error = True
has_errors = True

files = sorted(_.name for _ in f.glob("*"))
if "README.md" not in files:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2758339

Please sign in to comment.