Skip to content

Commit

Permalink
package_test.py: fix rez-test header command with %
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucille Caillaud committed Feb 5, 2019
1 parent 8d3c4b2 commit c82a4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rez/package_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def print_header(txt, *nargs):
else:
cmd_str = ' '.join(map(quote, command))

print_header("\nRunning test command: %s\n" % cmd_str)
print_header("\nRunning test command: %s\n", cmd_str)

retcode, _, _ = context.execute_shell(
command=command,
Expand Down

0 comments on commit c82a4b0

Please sign in to comment.