We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b64e36 commit e3b1637Copy full SHA for e3b1637
bandit/cli/main.py
@@ -461,7 +461,7 @@ def main():
461
# Other strings will be blocked by argparse
462
463
if args.no_line_numbers is not None:
464
- os.environ["BANDIT_NO_LINES"] = args.no_line_numbers
+ os.environ["BANDIT_NO_LINES"] = str(args.no_line_numbers)
465
466
try:
467
b_conf = b_config.BanditConfig(config_file=args.config_file)
0 commit comments