We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e5517e commit 1aa24b9Copy full SHA for 1aa24b9
scripts/sync.py
@@ -326,11 +326,6 @@ def do(args, Lochness):
326
subject, dry=args.dry)
327
n += 1
328
329
- # anonymize PII
330
-
331
- if 'xnat' == source:
332
- return
333
334
#if Lochness['s3_selective_sync']:
335
# dpanonymize.lock_lochness(
336
# Lochness,
@@ -366,6 +361,9 @@ def do(args, Lochness):
366
361
367
362
logger.info('A round of sync completed')
368
363
364
+ if 'xnat' == source:
365
+ return
+
369
370
if __name__ == '__main__':
371
main()
0 commit comments