Skip to content

Commit 40992bf

Browse files
committed
fix: Update root folder path placeholder in main execution block
1 parent 99cb85b commit 40992bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

combine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def dump_all_files_to_txt(root_folder, output_file, skip_extensions=None, skip_f
7676

7777
# --- MAIN EXECUTION ---
7878
if __name__ == "__main__":
79-
root_folder = r"C:\Users\Ashish jha\Desktop\PERSONAL\CodeToContext" # 👈 Change this
79+
root_folder = r"EDIT THIS PLEASE TO FOLDER PATH" # 👈 Change this
8080
output_file = "project_snapshot.txt"
8181

8282
skip_extensions = [

0 commit comments

Comments
 (0)