Skip to content

Commit c248cbc

Browse files
Update Add SQL Commands to Files.py
1 parent a87fa6e commit c248cbc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Add SQL Commands to Files.py

+1-6
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,7 @@ def read_file_with_encoding_detection(file_path, encodings):
104104
option_to_use = 'option1' # for example
105105
code_block = options[option_to_use]
106106

107-
directories = [
108-
r'C:\b\bamplus-postgres-research-main\bamplus-postgres-research-main\Bam+ Installer\module-packages\BAMPlus.BAM.Bridge\database\new_install_before\\'
109-
#,r'C:\b\bamplus-postgres-research-main\bamplus-postgres-research-main\Bam+ Installer\module-packages\BAMPlus.BAM.Bridge\database\bsav2_upgrade\\'
110-
#,r'C:\b\bamplus-postgres-research-main\bamplus-postgres-research-main\Bam+ Installer\module-packages\BAMPlus.BAM.Bridge\database\before_every_upgrade\\'
111-
#,r'C:\b\bamplus-postgres-research-main\bamplus-postgres-research-main\Bam+ Installer\module-packages\BAMPlus.BAM.Bridge\database\after_every_upgrade\\'
112-
]
107+
directories = []
113108

114109
prepend_code_block_with_encoding_handling(directories, code_block, encodings, options)
115110
print("Done processing .sql files.")

0 commit comments

Comments
 (0)