mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-07 11:45:41 -05:00
fix(tool): update analyse script
This commit is contained in:
parent
951be35112
commit
8c9590b1e8
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import sys, csv, argparse
|
|||
|
||||
def read_csv(f):
|
||||
with open(f) as fd:
|
||||
content = fd.readlines()[1:]
|
||||
content = fd.readlines()
|
||||
return list(csv.DictReader(content))
|
||||
|
||||
def analyze_file(f, potential_errors=False):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue