We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 394d9dc commit 46e6199Copy full SHA for 46e6199
Commits List Between Tags Generator/main.py
@@ -7,7 +7,7 @@
7
8
# Filepaths Constants:
9
START_PATH = os.getcwd() # Get the current working directory
10
-RELATIVE_OUTPUT_DIRECTORY_PATH = "output/" # The output directory path
+RELATIVE_OUTPUT_DIRECTORY_PATH = "Output/" # The output directory path
11
FULL_OUTPUT_DIRECTORY_PATH = os.path.join(START_PATH, RELATIVE_OUTPUT_DIRECTORY_PATH) # The full output directory path
12
13
# Macros:
0 commit comments