Ensure the output is the ?code? directory below this module
This commit is contained in:
parent
121d84342b
commit
e13b92d77b
@ -17,7 +17,7 @@ excluded_files = [
|
||||
"win32structures.py",
|
||||
"win32functions.py"]
|
||||
|
||||
output_folder = "code"
|
||||
output_folder = os.path.join(docs_folder, "code")
|
||||
|
||||
try:
|
||||
os.mkdir(output_folder)
|
||||
|
Loading…
Reference in New Issue
Block a user