Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschulz-COL committed Oct 1, 2024
2 parents 056f83e + daa73f1 commit 9ff5efd
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 9ff5efd

Please sign in to comment.