Skip to content

Commit 3764f2e

Browse files
committed
TMP: print paths
1 parent 0cb3103 commit 3764f2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyns/models/analysis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ def upload_neurovault(self, id, validation_hash, subject_paths=None,
330330
"""
331331

332332
def _ts_first(paths):
333+
print(paths)
333334
tmaps = [t for t in paths if 'stat-t' in t]
334335
for t in tmaps:
335336
paths.remove(t)

0 commit comments

Comments
 (0)