]> jfr.im git - erebus.git/commitdiff
whoops, crashbug fix was broken
authorzonidjan <redacted>
Sun, 6 Sep 2015 01:59:00 +0000 (20:59 -0500)
committerzonidjan <redacted>
Sun, 6 Sep 2015 01:59:00 +0000 (20:59 -0500)
ctlmod.py

index 18876a0d30ed0d923e85b2460d7e6707a0242d09..76e72644249cec845d0ca446e7e613eb6151fa67 100644 (file)
--- a/ctlmod.py
+++ b/ctlmod.py
@@ -64,7 +64,7 @@ def reloadmod(parent, modname):
                else: modules[modname].modstop(parent)
 
                try:
-                       return reload(modules[modname])
+                       reload(modules[modname])
                except BaseException as e:
                        return modlib.error(e)