Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas
athena
Merge requests
!38286
PATJobTransforms: cmake cleanup, enable flake8
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
PATJobTransforms: cmake cleanup, enable flake8
fwinkl/athena:cmake_pattrf
into
master
Overview
2
Commits
1
Pipelines
1
Changes
2
Merged
Frank Winklmeier
requested to merge
fwinkl/athena:cmake_pattrf
into
master
4 years ago
Overview
2
Commits
1
Pipelines
1
Changes
2
Expand
cmake cleanup, enable flake8
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
b5d90512
1 commit,
4 years ago
2 files
+
4
−
13
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
PhysicsAnalysis/PATJobTransforms/python/PATTransformUtils.py
+
2
−
3
Options
from
builtins
import
zip
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
## @brief Module with PAT transform options and substeps
## @brief Module with PAT transform options and substeps
import
logging
from
builtins
import
zip
# Get the base logger for the transforms and extend it for us
# Get the base logger for the transforms and extend it for us
from
PyJobTransforms.trfLogger
import
msg
from
PyJobTransforms.trfLogger
import
msg
Loading