Skip to content

Commit fd83dcd

Browse files
REFACTOR: Updating the INPUT PATH for the Folder Size Tagger Python Project
1 parent 9aa8711 commit fd83dcd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Folder Size Tagger/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class BackgroundColors: # Colors for the terminal
6969

7070
# Execution Constants:
7171
VERBOSE = False # Set to True to output verbose messages
72-
INPUT_PATH = "D:\\Sem Backup\\Download\\Temp\\TeraBox\\" # Set the default input path for first-level directory processing
72+
INPUT_PATH = r"D:/Sem Backup/Download/Temp/TeraBox/" # Set the default input path for first-level directory processing
7373

7474
# Logger Setup:
7575
logger = Logger(f"./Logs/{Path(__file__).stem}.log", clean=True) # Create a Logger instance

Folder Size Tagger/main_subdirs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class BackgroundColors: # Colors for the terminal
7373

7474
# Execution Constants:
7575
VERBOSE = False # Set to True to output verbose messages
76-
INPUT_PATH = "D:\\Sem Backup\\Download\\Temp\\TeraBox\\" # Set the default input path for first-level directory processing
76+
INPUT_PATH = r"D:/Sem Backup/Download/Temp/TeraBox/" # Set the default input path for first-level directory processing
7777

7878
# Logger Setup:
7979
logger = Logger(f"./Logs/{Path(__file__).stem}.log", clean=True) # Create a Logger instance

0 commit comments

Comments
 (0)