Skip to content

Commit 20a1d7e

Browse files
authored
"docs" not ".docs"
1 parent 0078f0f commit 20a1d7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release_zips/release_zips.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ def main():
4848
shutil.rmtree(directory + "/.git", ignore_errors=True)
4949
shutil.rmtree(directory + "/.github", ignore_errors=True)
5050
shutil.rmtree(directory + "/.gitlab", ignore_errors=True)
51-
shutil.rmtree(directory + "/.docs", ignore_errors=True)
51+
shutil.rmtree(directory + "/docs", ignore_errors=True)
5252

53-
files = glob.glob(".*")
53+
files = glob.glob(directory + ".*")
5454
for f in files:
5555
try:
5656
f.unlink()

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy