Skip to content

Commit 2758339

Browse files
authored
dircheck.py: fix folder naming violations not causing exit code 1 (#555)
* Update dircheck.py * Rename pivot_tables -> pandas-pivot-table
1 parent 2c52d4f commit 2758339

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

.github/workflows/dircheck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
f"{f}: ensure folder name only uses "
4747
f"lowercase letters, numbers, and hyphens"
4848
)
49-
has_error = True
49+
has_errors = True
5050

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

0 commit comments

Comments
 (0)