We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bbe9fb commit a1c9398Copy full SHA for a1c9398
python/WrapExtpar.py
@@ -73,7 +73,7 @@ def main():
73
it_cl_type = config.get('it_cl_type')
74
iera_type = config.get('iera_type')
75
iemiss_type = config.get('iemiss_type')
76
- icdnc_type = config.get('icdnc_type')
+ icdnc_type = config.get('icdnc_type', 1)
77
ilookup_table_lu = config.get('ilookup_table_lu')
78
enable_cdnc = config.get('enable_cdnc', False)
79
enable_edgar = config.get('enable_edgar', False)
0 commit comments