Skip to content

[v26r0] Fix Style issues

Andre Sailer requested to merge sailer/ILCDIRAC:landscaping into Rel-v26r0

Enabled pep8 in landscape ignore Tests in landscape

Fix(ignore) all three errors present in landscape

Import order use isinstance instead of type comparison not ... in --> ... not in ... (or is not), not ... == --> != replace use of has_key

Add test for Interfaces/Application

Not touching ILDProductionJob because it is being changed elsewhere Ignoring ILCTransformationAgent etc, because deprecated

Merge request reports