Skip to content

Commit d4a7f3b

Browse files
Update Delete n Lines From Scripts.py
1 parent 2f4b747 commit d4a7f3b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Delete n Lines From Scripts.py

+1-6
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,7 @@ def delete_first_n_lines(directories, num_lines, encodings=('utf-8', 'latin-1'))
6666

6767
if __name__ == "__main__":
6868
# Directories to process
69-
directories = [
70-
#r'C:\a\bamplus-postgres-research-main\bamplus-postgres-research-main\Bam+ Installer\module-packages\BAMPlus.BAM.Bridge\database\new_install_before\\'
71-
#,r'C:\a\bamplus-postgres-research-main\bamplus-postgres-research-main\Bam+ Installer\module-packages\BAMPlus.BAM.Bridge\database\before_every_upgrade\\'
72-
#,r'C:\a\bamplus-postgres-research-main\bamplus-postgres-research-main\Bam+ Installer\module-packages\BAMPlus.BAM.Bridge\database\bsav2_upgrade\\'
73-
#, r'C:\a\bamplus-postgres-research-main\bamplus-postgres-research-main\Bam+ Installer\module-packages\BAMPlus.BAM.Bridge\database\after_every_upgrade\' ]
74-
]
69+
directories = []
7570
num_lines_to_delete = 6 # Adjust the number of lines you want to delete
7671

7772
delete_first_n_lines(directories, num_lines_to_delete)

0 commit comments

Comments
 (0)