Skip to content

Commit

Permalink
spacing in error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushikcfd authored and inducer committed Jul 19, 2024
1 parent 538b542 commit 6f257c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loopy/transform/privatize.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def privatize_temporaries_with_inames(
"Kernel '%s': Instruction '%s': touched variable that "
"(for privatization, e.g. as performed for ILP) "
"required iname(s) '%s', but that the instruction was not "
"previously within the iname(s). To remedy this, first promote"
"previously within the iname(s). To remedy this, first promote "
"the instruction into the iname."
% (kernel.name, insn.id, ", ".join(
eiii.seen_priv_axis_inames - insn.within_inames)))
Expand Down

0 comments on commit 6f257c2

Please sign in to comment.