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
Pipeline #65314 passed with warnings
Pipeline: Python Package

#65315

    This commit is part of merge request !27. Comments created here will be created in the context of that merge request.
    ......@@ -7,7 +7,7 @@ import os
    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}/*")
    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