second format arg should have been results

This commit is contained in:
jesopo 2018-11-16 17:40:49 +00:00
parent b176701e0a
commit 8e5415b887

View file

@ -36,4 +36,4 @@ class Module(ModuleManager.BaseModule):
if len(results) > 1:
total = " (total: %d)" % total_n
event["stdout"].write("Rolled %s and got %s%s" % (
str_roll, str(total_n), total))
str_roll, ", ".join(results), total))