Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
little change
  • Loading branch information
mayblo committed May 24, 2022
1 parent 7b64e36 commit e3b1637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bandit/cli/main.py
Expand Up @@ -461,7 +461,7 @@ def main():
# Other strings will be blocked by argparse

if args.no_line_numbers is not None:
os.environ["BANDIT_NO_LINES"] = args.no_line_numbers
os.environ["BANDIT_NO_LINES"] = str(args.no_line_numbers)

try:
b_conf = b_config.BanditConfig(config_file=args.config_file)
Expand Down

0 comments on commit e3b1637

Please sign in to comment.