From b34a58e52132f28d797d758ce60d9b9863a618e9 Mon Sep 17 00:00:00 2001 From: Will Date: Tue, 12 Dec 2017 22:30:13 -0500 Subject: [PATCH] [V3 Dev] Fix REPL output (#1170) --- redbot/core/dev_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/core/dev_commands.py b/redbot/core/dev_commands.py index 3ee48e710..8ec038bf0 100644 --- a/redbot/core/dev_commands.py +++ b/redbot/core/dev_commands.py @@ -253,7 +253,7 @@ class Dev: stdout = io.StringIO() - msg = None + msg = "" try: with redirect_stdout(stdout):