Skip to content

Commit

Permalink
Restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Apr 18, 2023
1 parent 6b04730 commit feca2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/codegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def main(log_level, generator, option, output_dir, dry_run, name_only, expected_
extra_args = {}
for o in option:
if ':' not in o:
logging.fatal("Please specify options as '<key>:<value>'. %r is not valid. "%o)
logging.fatal("Please specify options as '<key>:<value>'. %r is not valid. " % o)
sys.exit(1)
key, value = o.split(':')
extra_args[key] = value
Expand Down

0 comments on commit feca2cd

Please sign in to comment.