Skip to content

Commit 46e6199

Browse files
REFACTOR: Updating the Output Dir from the 'Commits List Between Tags Generator' Python Project
1 parent 394d9dc commit 46e6199

File tree

1 file changed

+1
-1
lines changed
  • Commits List Between Tags Generator

1 file changed

+1
-1
lines changed

Commits List Between Tags Generator/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# Filepaths Constants:
99
START_PATH = os.getcwd() # Get the current working directory
10-
RELATIVE_OUTPUT_DIRECTORY_PATH = "output/" # The output directory path
10+
RELATIVE_OUTPUT_DIRECTORY_PATH = "Output/" # The output directory path
1111
FULL_OUTPUT_DIRECTORY_PATH = os.path.join(START_PATH, RELATIVE_OUTPUT_DIRECTORY_PATH) # The full output directory path
1212

1313
# Macros:

0 commit comments

Comments
 (0)