Skip to content

Commit 559ac37

Browse files
committed
Don't print every file parsed
1 parent ffbdb73 commit 559ac37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/data/get_data_ganak.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ def find_mem_out(fname):
445445
for f in file_list:
446446
if ".csv" in f:
447447
continue
448-
print("parsing file: ", f)
448+
# print("parsing file: ", f)
449449

450450
dirname = f.split("/")[0]
451451
if "competitors" in dirname:

0 commit comments

Comments
 (0)