Skip to content

Commit

Permalink
Update __main__.py
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
  • Loading branch information
ianfhunter committed Dec 2, 2023
1 parent 5df302a commit ebb3e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/code/gnoll/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def main(EXPR, times, no_builtins, **kwargs):
_, [[result]], breakdown = gnoll.roll(EXPR,
builtins=not no_builtins,
**kwargs)
print("hi," , breakdown, "hi, result)
print("hi," , breakdown, "hi", result)
yield (breakdown[0], "-->", result) if breakdown else (result, )


Expand Down

0 comments on commit ebb3e83

Please sign in to comment.