Skip to content

Commit

Permalink
Update output_len.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhuLvs authored Nov 27, 2024
1 parent b4ab24a commit 98db0a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helper_scripts/output_len.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import os
import csv

csv_folder = '../data/outduo'
output_txt = '../data/output.txt'
csv_folder = './data/outduo'
output_txt = './data/output.txt'

csv_files = [file for file in os.listdir(csv_folder) if file.endswith('.csv')]

Expand Down

0 comments on commit 98db0a1

Please sign in to comment.