Skip to content

Commit ed005e9

Browse files
Update SQL Create Crawler.py
1 parent 789e01b commit ed005e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SQL Create Crawler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def find_create_statements(sql_file_paths, output_dir, encodings):
9494
# Add other directories as needed
9595
]
9696

97-
output_dir = r'C:\BabelfishCompass\Python Scripts\Output\\'
97+
output_dir = r'C:\temp\\'
9898

9999
# Find SQL files in directories
100100
sql_file_paths = find_sql_files_in_directories(directories)

0 commit comments

Comments
 (0)