Added option to ignore C++ defaults when comparing config files
Compare changes
Files
2@@ -16,7 +16,9 @@ from AthenaConfiguration.iconfTool.models.element import (
@@ -16,7 +16,9 @@ from AthenaConfiguration.iconfTool.models.element import (
@@ -65,22 +67,37 @@ baseParser.add_argument(
@@ -65,22 +67,37 @@ baseParser.add_argument(
help="Automatically shorten componet names that have a default name i.e. ToolX/ToolX to ToolX. It helps comparing Run2 & Run3 configurations where these are handled differently",
"""loads config file into a dictionary, supports several modifications of the input switched on via additional arguments
@@ -103,7 +120,7 @@ def loadConfigFile(fname, args) -> Dict:
@@ -103,7 +120,7 @@ def loadConfigFile(fname, args) -> Dict:
@@ -124,7 +141,7 @@ def loadConfigFile(fname, args) -> Dict:
@@ -124,7 +141,7 @@ def loadConfigFile(fname, args) -> Dict:
@@ -155,6 +172,9 @@ def loadConfigFile(fname, args) -> Dict:
@@ -155,6 +172,9 @@ def loadConfigFile(fname, args) -> Dict:
@@ -192,6 +212,54 @@ def loadConfigFile(fname, args) -> Dict:
@@ -192,6 +212,54 @@ def loadConfigFile(fname, args) -> Dict:
@@ -206,6 +274,7 @@ def loadConfigFile(fname, args) -> Dict:
@@ -206,6 +274,7 @@ def loadConfigFile(fname, args) -> Dict: