Skip to content

atlas_flake8: Fix unit test on Python2

Frank Winklmeier requested to merge fwinkl/atlasexternals:flake8_testing into master

File objects have different types in Python2 and 3. Use duck typing instead. Fixes bug introduced with 008486ce.

Merge request reports