Skip to content

Commit 3e507cc

Browse files
committed
⚗️ ⏪ Revert 1328 for Nipype upgrade
1 parent da72c6e commit 3e507cc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

CPAC/timeseries/timeseries_analysis.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,6 @@ def clean_roi_csv(roi_csv):
119119
# flag whether to re-write
120120
modified = False
121121

122-
# uncomment the header if commented:
123-
if csv_lines[1].lstrip()[0] == '#':
124-
csv_lines[1] = csv_lines[1].lstrip()[1:].lstrip()
125-
modified = True
126-
127122
edited_lines = []
128123
for line in csv_lines:
129124
line = line.replace('\t\t\t', '')

0 commit comments

Comments
 (0)