Added option to ignore C++ defaults when comparing config files
Compare changes
@@ -16,7 +16,9 @@ from AthenaConfiguration.iconfTool.models.element import (
@@ -65,22 +67,37 @@ baseParser.add_argument(
@@ -103,7 +120,7 @@ def loadConfigFile(fname, args) -> Dict:
@@ -124,7 +141,7 @@ def loadConfigFile(fname, args) -> Dict:
@@ -155,6 +172,9 @@ def loadConfigFile(fname, args) -> Dict:
@@ -192,6 +212,54 @@ def loadConfigFile(fname, args) -> Dict:
@@ -206,6 +274,7 @@ def loadConfigFile(fname, args) -> Dict: