Skip to content

Commit

Permalink
[csv tsv] remove default regex_skip of hash lines saulpw#2458
Browse files Browse the repository at this point in the history
  • Loading branch information
saulpw committed Jul 17, 2024
1 parent 224b6f3 commit 6fff636
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions visidata/loaders/csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ def save_csv(vd, p, sheet):
cw.writerow(dispvals.values())
prog.addProgress(1)

CsvSheet.options.regex_skip = '^#.*'

vd.addGlobals({
'CsvSheet': CsvSheet
})
2 changes: 0 additions & 2 deletions visidata/loaders/tsv.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ def append_tsv_row(vs, row):
fp.write(newrow)


TsvSheet.options.regex_skip = '^#.*'

vd.addGlobals({
'TsvSheet': TsvSheet,
})

0 comments on commit 6fff636

Please sign in to comment.