Skip to content

Commit fbf2306

Browse files
Fix merge conflicts
Signed-off-by: Christopher Hakkaart <christopher.hakkaart@gmail.com>
1 parent d9d2ba8 commit fbf2306

10 files changed

Lines changed: 27 additions & 1905 deletions

File tree

modules/nextflow/src/main/groovy/nextflow/cli/module/CmdModuleInfo.groovy

Lines changed: 0 additions & 342 deletions
This file was deleted.

modules/nextflow/src/main/groovy/nextflow/config/ConfigBuilder.groovy

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -907,16 +907,10 @@ class ConfigBuilder {
907907

908908
// strip secrets
909909
SecretHelper.hideSecrets(config)
910-
// strip command line options
911-
stripCliOptions(config)
912910
// compute config
913911
final result = toCanonicalString(config, false)
914912
// dump config for debugging
915913
log.trace "Resolved config:\n${result.indent('\t')}"
916914
return result
917915
}
918-
919-
private static void stripCliOptions(Map config) {
920-
config.remove('outputFormat')
921-
}
922916
}

0 commit comments

Comments
 (0)