Skip to content

Commit 55c6d89

Browse files
effigiesmgxd
andauthored
FIX: Rename sep [skip ci]
Co-authored-by: Mathias Goncalves <[email protected]>
1 parent 5c1d619 commit 55c6d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

niworkflows/interfaces/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ def less_breakable(a_string):
956956
drop_columns = drop_columns or []
957957
additional_metadata = additional_metadata or {}
958958
try:
959-
tsv_data = pd.read_csv(in_tsv, delimiter="\t")
959+
tsv_data = pd.read_csv(in_tsv, sep="\t")
960960
except pd.errors.EmptyDataError:
961961
tsv_data = pd.DataFrame()
962962
for k, v in additional_metadata.items():

0 commit comments

Comments
 (0)