Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan <fauxpark@gmail.com>
  • Loading branch information
Erovia and fauxpark committed May 27, 2021
1 parent bf85cac commit 26f1703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/qmk/cli/c2json.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def c2json(cli):
keymap_json = qmk.keymap.c2json(cli.args.keyboard, cli.args.keymap, cli.args.filename, use_cpp=cli.args.no_cpp)
except CppError as e:
if cli.config.general.verbose:
cli.log.debug('The C pre-processor run into a fatal error: %s', e)
cli.log.debug('The C pre-processor ran into a fatal error: %s', e)
cli.log.error('Try to use --no-cpp.')
return False

Expand Down

0 comments on commit 26f1703

Please sign in to comment.