Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas
athena
Commits
37b3275a
Commit
37b3275a
authored
Aug 06, 2020
by
Frank Winklmeier
Browse files
Merge branch 'chappy' into 'master'
AthenaCommon: Py3 fix for ChapPy See merge request
!35415
parents
9154a0ed
5f054540
Changes
1
Hide whitespace changes
Inline
Side-by-side
Control/AthenaCommon/python/ChapPy.py
View file @
37b3275a
...
@@ -32,7 +32,6 @@ def dump( buf, stdout = sys.stdout ):
...
@@ -32,7 +32,6 @@ def dump( buf, stdout = sys.stdout ):
fname
=
None
fname
=
None
if
isinstance
(
buf
,
str
):
if
isinstance
(
buf
,
str
):
fname
=
buf
fname
=
buf
from
builtins
import
file
if
six
.
PY3
:
if
six
.
PY3
:
import
io
import
io
file
=
io
.
IOBase
# noqa: F811
file
=
io
.
IOBase
# noqa: F811
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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