File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -463,8 +463,7 @@ def run_main():
463463 '1.7-1.8-nesting-mappings' )
464464
465465 logger .warning ('\n C-PAC changed its pipeline configuration '
466- 'format in v1.8.0.\n See %s for details.\n ' , _url ,
467- category = DeprecationWarning )
466+ 'format in v1.8.0.\n See %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' ]:
You can’t perform that action at this time.
0 commit comments