Skip to content

Commit

Permalink
Fix small style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bgabor666 committed Feb 8, 2016
1 parent 0ec91b2 commit 99c6df6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion csibe.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ def run_make_size(self):
"--toolchain",
choices=toolchains,
default="native",
help="Toolchain to be used by CMake. Possible values are " + ", ".join(toolchains), metavar="")
help="Toolchain to be used by CMake. Possible values are " + ", ".join(toolchains),
metavar="")

parser.add_argument(
"--build-all",
Expand Down

0 comments on commit 99c6df6

Please sign in to comment.