We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a23c9d commit 612400aCopy full SHA for 612400a
arc/cli/args/parser.py
@@ -210,7 +210,7 @@ def add_arguments_on_module(self, name):
210
if module.ARGUMENTS:
211
for arg in module.ARGUMENTS:
212
# Add config instance to the options
213
- if arg[1].get('config', None) == True:
+ if arg[1].get('config', None) is True:
214
arg[1]['config'] = self.config
215
# Support either both short+long options or either one, short OR long
216
short_and_or_long_opts = arg[0]
0 commit comments