Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lhcb-dpa
Analysis Productions
LbAPCommon
Commits
affd28bb
Commit
affd28bb
authored
Mar 02, 2022
by
Chris Burr
Browse files
Allow setting RootCompressionLevel to fail with an AttributeError
parent
419cbfcd
Pipeline
#3645531
passed with stages
in 3 minutes and 31 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
src/LbAPCommon/__init__.py
View file @
affd28bb
...
...
@@ -41,7 +41,10 @@ def write_jsroot_compression_options(dynamic_dir):
"except ImportError:"
,
" pass"
,
"else:"
,
" try:"
,
" DaVinci().RootCompressionLevel = 'ZLIB:1'"
,
" except AttributeError:"
,
" pass"
,
]
)
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment