Skip to content
Snippets Groups Projects
Commit 33ca2c4e authored by Hannes Feldt's avatar Hannes Feldt
Browse files

fix

parent 4b7c67ea
No related branches found
No related tags found
1 merge request!27Fix docs
Checking pipeline status
...@@ -7,7 +7,7 @@ import os ...@@ -7,7 +7,7 @@ import os
file_dir = os.path.dirname(os.path.realpath(__file__)) file_dir = os.path.dirname(os.path.realpath(__file__))
clean_dir = os.path.join(file_dir, "source", "source/source_documentation") clean_dir = os.path.join(file_dir, "source", "source_documentation")
print(f"Cleaning.. {clean_dir}/*") print(f"Cleaning.. {clean_dir}/*")
for file_name in os.listdir(clean_dir): for file_name in os.listdir(clean_dir):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment