Skip to content

Commit

Permalink
fix: Use formatting in logging (build)
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Sep 21, 2020
1 parent b028f19 commit efa5022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aslo4/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def generate_xo_all(
redirect_stdout=True,
enable_progressbar=not self.progress_bar_disabled
):
logger.info("[BUILD] Building ", activities[i])
logger.info("[BUILD] Building {}".format(activities[i]))
# Add an option to provide additional build script
ecode, _, err = activities[i].do_generate_bundle(
override_dist_xo=override,
Expand Down

0 comments on commit efa5022

Please sign in to comment.