mistercrunch closed pull request #5301: Add monkey patch for --console-log dev
env
URL: https://github.com/apache/incubator-superset/pull/5301
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/superset/bin/superset b/superset/bin/superset
index ed77176f08..d85bd54ccf 100755
--- a/superset/bin/superset
+++ b/superset/bin/superset
@@ -5,6 +5,9 @@ from __future__ import division
from __future__ import print_function
from __future__ import unicode_literals
+import gevent.monkey
+gevent.monkey.patch_all()
+
import warnings
from flask.exthook import ExtDeprecationWarning
warnings.simplefilter('ignore', ExtDeprecationWarning)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]