Skip to content
Snippets Groups Projects
Forked from atlas / athena
137839 commits behind, 14251 commits ahead of the upstream repository.
  • John Chapman's avatar
    d0359704
    Fix errors when running in athena config-only mode via a transform · d0359704
    John Chapman authored
    Previously configuration-only unit tests of job transforms had
    errors in their logs due to failed attempts to access the non-existant
    output file. This change suppresses the problematic call in the case
    that outputFileValidation is switched off. The change was made
    in the individual transform files, so as not to alter the behaviour
    for non-simulation transforms. It would be cleaner to tweak the
    generateReport method of the `transform` module though.
    d0359704
    History
    Fix errors when running in athena config-only mode via a transform
    John Chapman authored
    Previously configuration-only unit tests of job transforms had
    errors in their logs due to failed attempts to access the non-existant
    output file. This change suppresses the problematic call in the case
    that outputFileValidation is switched off. The change was made
    in the individual transform files, so as not to alter the behaviour
    for non-simulation transforms. It would be cleaner to tweak the
    generateReport method of the `transform` module though.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Sim_tf.py 3.14 KiB