Skip to content

Commit 1aa24b9

Browse files
committed
fix: syncing run sheets regardless of zip download
1 parent 8e5517e commit 1aa24b9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

scripts/sync.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -326,11 +326,6 @@ def do(args, Lochness):
326326
subject, dry=args.dry)
327327
n += 1
328328

329-
# anonymize PII
330-
331-
if 'xnat' == source:
332-
return
333-
334329
#if Lochness['s3_selective_sync']:
335330
# dpanonymize.lock_lochness(
336331
# Lochness,
@@ -366,6 +361,9 @@ def do(args, Lochness):
366361

367362
logger.info('A round of sync completed')
368363

364+
if 'xnat' == source:
365+
return
366+
369367

370368
if __name__ == '__main__':
371369
main()

0 commit comments

Comments
 (0)