Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 1, 2024
1 parent 056f83e commit d5bbfbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pycafe/create_py_cafe_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def generate_link():
# for root, _, files in os.walk(directory):
# print(root)
print(os.getcwd())
directory = "."#"../tools/pycafe"
directory = "." # "../tools/pycafe"
for root, _, files in os.walk(directory):
for file in files:
print(root, file)
Expand Down

0 comments on commit d5bbfbf

Please sign in to comment.