Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
155
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
!30277
Tools: Python3 fixes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Tools: Python3 fixes
fwinkl/athena:tools_py3
into
master
Overview
6
Commits
4
Pipelines
1
Changes
13
Merged
Frank Winklmeier
requested to merge
fwinkl/athena:tools_py3
into
master
4 years ago
Overview
6
Commits
4
Pipelines
1
Changes
13
Expand
Various Py3 fixes for
Tools/
packages. Mostly print statements and exception handling.
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
d0b87024
4 commits,
4 years ago
13 files
+
97
−
412
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
Search (e.g. *.vue) (Ctrl+P)
Tools/AthDataQuality/python/hcfg_path.py
+
1
−
1
Options
from
DataQualityConfigurations._resolve_data_path
import
resolve_data_path
hcfg_dir
=
resolve_data_path
(
'
DataQualityConfigurations
'
)
print
hcfg_dir
\ No newline at end of file
print
(
hcfg_dir
)
Loading