Skip to content

Commit ae98a3a

Browse files
committed
Merge branch 'develop' into feature/template-despike
2 parents 5a95b95 + 17ab64b commit ae98a3a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

dev/docker_data/run.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,7 @@ def run_main():
463463
'1.7-1.8-nesting-mappings')
464464

465465
logger.warning('\nC-PAC changed its pipeline configuration '
466-
'format in v1.8.0.\nSee %s for details.\n', _url,
467-
category=DeprecationWarning)
466+
'format in v1.8.0.\nSee %s for details.\n', _url)
468467

469468
updated_config = os.path.join(
470469
output_dir,
@@ -603,8 +602,7 @@ def run_main():
603602
else:
604603
logger.warning('Cannot write working directory to S3 bucket. '
605604
'Either change the output directory to something '
606-
'local or turn off the --save_working_dir flag',
607-
category=UserWarning)
605+
'local or turn off the --save_working_dir flag')
608606

609607
if c['pipeline_setup']['output_directory']['quality_control'][
610608
'generate_xcpqc_files']:

0 commit comments

Comments
 (0)